From 2f6d8d29b68b196b91ae86e4175a30157ef79d6c Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Fri, 11 Oct 2024 20:47:20 +0200 Subject: [PATCH] maybe now without errors --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 129490c..6d9f28a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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