Merge pull request #736 from Jai-JAP/patch-1

Make uninstall a valid option in manage
pull/696/head
Botspot 4 years ago committed by GitHub
commit 1cf27eb696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -355,5 +355,5 @@ elif [ "$1" == 'update-all' ];then
IFS="$PREIFS"
echo -e '\e[92mOperation completed successfully!\e[39m'
else
error "Did not understand $1. Allowed values: 'install', 'install-if-not-installed', 'multi-install', 'multi-uninstall', 'update', 'check-all', or 'update-all'."
error "Did not understand $1. Allowed values: 'install', 'install-if-not-installed', 'uninstall', 'multi-install', 'multi-uninstall', 'update', 'check-all', or 'update-all'."
fi

Loading…
Cancel
Save