diff --git a/procursus-migration.sh b/procursus-migration.sh index 990255c..6163994 100644 --- a/procursus-migration.sh +++ b/procursus-migration.sh @@ -30,7 +30,7 @@ echo "Checking Dependencies ..." need2 ="" command -v wget >/dev/null 2>&1 || need2+="wget " command -v plutil >/dev/null 2>&1 || need2+="com.bingner.plutil " -if [[ $need != "" ]]; then +if [[ $need2 != "" ]]; then echo "Installing Dependencies..." apt update apt install $need -y