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