mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
added firefox
This commit is contained in:
15
backend/scripts/install-firefox.sh
Normal file
15
backend/scripts/install-firefox.sh
Normal 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
|
||||
Reference in New Issue
Block a user