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 == "true" ]] && clear -x
echo "Basic Utilities"
@ -393,9 +392,6 @@ do
delete-backup)
deleteBackup="true"
;;
updated)
self_updated="true"
;;
*)
echo -e "Invalid Option \"--$OPTARG\"\n" && help
exit