From 6454d379354bf68a8294afd2a45426258a4d3745 Mon Sep 17 00:00:00 2001 From: CerberusV1 Date: Fri, 11 Oct 2024 20:54:18 +0200 Subject: [PATCH] ? --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 6d9f28a..a20a803 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