Update installuncursus.sh

This commit is contained in:
Yaya4 2020-07-30 20:55:39 +02:00 committed by GitHub
parent 21278f7b20
commit 0b825cdc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ need=""
command -v unzip >/dev/null 2>&1 || need+="unzip "
command -v plutil >/dev/null 2>&1 || need+="com.bingner.plutil "
command -v curl >/dev/null 2>&1 || need+="curl "
command -v curl >/dev/null 2>&1 || need+="wget "
if [ $need != "" ]; then
echo "Installing Dependencies..."
apt update