added firefox

This commit is contained in:
marvzhang
2020-07-30 14:15:15 +08:00
parent c8ae849dd1
commit d24b31f6bd
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# lock global
touch /tmp/install.lock
# lock
touch /tmp/install-firefox.lock
apt-get update
apt-get -y install firefox ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy
apt-get -y install libcanberra-gtk3-module
# unlock global
rm /tmp/install.lock
# unlock
rm /tmp/install-firefox.lock