Update manage

pull/675/head
Jai-JAP 3 years ago committed by GitHub
parent 60f436fc29
commit 7af6d58a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,5 +356,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', 'uninstall', 'install-if-not-installed', 'multi-install', 'multi-uninstall', 'update', 'check-all', or 'update-all'."
fi

Loading…
Cancel
Save