Make uninstall a valid option

pull/736/head
Jai-JAP 4 years ago committed by GitHub
parent b65d4cb116
commit a6ceeb33a1
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