update to stable

This commit is contained in:
Heavybullets8 2022-07-24 19:22:10 -06:00
parent 7223f1e56e
commit 8c762f436b

View File

@ -34,7 +34,6 @@ fi
} }
help(){ help(){
[[ $help == "true" ]] && clear -x [[ $help == "true" ]] && clear -x
echo "Basic Utilities" echo "Basic Utilities"
@ -393,9 +392,6 @@ do
delete-backup) delete-backup)
deleteBackup="true" deleteBackup="true"
;; ;;
updated)
self_updated="true"
;;
*) *)
echo -e "Invalid Option \"--$OPTARG\"\n" && help echo -e "Invalid Option \"--$OPTARG\"\n" && help
exit exit
@ -470,4 +466,4 @@ done
[[ "$number_of_backups" -ge 1 ]] && backup [[ "$number_of_backups" -ge 1 ]] && backup
[[ "$sync" == "true" ]] && sync [[ "$sync" == "true" ]] && sync
[[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && update_apps [[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && update_apps
[[ "$prune" == "true" ]] && prune [[ "$prune" == "true" ]] && prune