mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
try to fix install java error
This commit is contained in:
@@ -4,7 +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 --fix-missing
|
||||
ln -s /usr/bin/java /usr/local/bin/java
|
||||
|
||||
# unlock
|
||||
|
||||
Reference in New Issue
Block a user