优化安装界面

This commit is contained in:
marvzhang
2020-03-07 10:28:34 +08:00
parent 215c4a7274
commit 0521cd4b63
11 changed files with 273 additions and 71 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# lock global
touch /tmp/install.lock
# lock
touch /tmp/install-java.lock
@@ -11,3 +14,6 @@ ln -s /usr/bin/java /usr/local/bin/java
# unlock
rm /tmp/install-java.lock
# unlock global
rm /tmp/install.lock