mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
?
This commit is contained in:
@@ -21,7 +21,7 @@ EOF
|
||||
# Checking Dependencies
|
||||
# --------------------------------------------------------
|
||||
read -p "Is java installed? (y/n): " answer
|
||||
if ["$answer" == "n"]; then
|
||||
if ["$answer" == n]; then
|
||||
# echo "apt blah"
|
||||
sudo apt update && sudo apt upgrade
|
||||
sudo apt install -y openjdk-17-jdk
|
||||
|
||||
Reference in New Issue
Block a user