diff --git a/installuncursus.sh b/installuncursus.sh index e4510e0..f56c998 100644 --- a/installuncursus.sh +++ b/installuncursus.sh @@ -21,7 +21,7 @@ fi echo "WARNING: I'M NOT RESPONSIBLE IF ANYTHING GOES WRONG" echo "If you've found any bugs, please create an issue in GitHub." echo "Checking Dependencies..." -if [ $need != "" ]; then +if [[ $need != "" ]]; then echo "Installing Dependencies..." apt update apt install $need -y