Added auto yes for Ubuntu OpenJDK

This commit is contained in:
Marwolf
2018-07-13 21:14:41 -04:00
parent 0ab7f0e4bf
commit b9623ee6b1

View File

@@ -69,7 +69,7 @@ if [ "$install" == "1" ]; then
echo ""
read java
if [ "$java" == "1" ]; then
sudo apt update && sudo apt install default-jdk ant
sudo apt update && sudo apt install default-jdk ant -y
else
continue
fi