mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
updated install-java.sh
This commit is contained in:
3
backend/scripts/install-java.sh
Normal file → Executable file
3
backend/scripts/install-java.sh
Normal file → Executable file
@@ -4,8 +4,7 @@
|
||||
touch /tmp/install-java.lock
|
||||
|
||||
# install java
|
||||
apt-get update
|
||||
apt-get install -y default-jdk
|
||||
apt-get update && apt-get install -y default-jdk
|
||||
ln -s /usr/bin/java /usr/local/bin/java
|
||||
|
||||
# unlock
|
||||
|
||||
Reference in New Issue
Block a user