maybe now without errors

This commit is contained in:
CerberusV1
2024-10-11 20:47:20 +02:00
parent e4d12b82f9
commit 2f6d8d29b6

View File

@@ -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