From 8c762f436b8f3b0ea74cd3ca0e9d529931112ec0 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sun, 24 Jul 2022 19:22:10 -0600 Subject: [PATCH] update to stable --- heavy_script.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/heavy_script.sh b/heavy_script.sh index 41a001f4..8f38bfad 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -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 @@ -470,4 +466,4 @@ done [[ "$number_of_backups" -ge 1 ]] && backup [[ "$sync" == "true" ]] && sync [[ "$update_all_apps" == "true" || "$update_apps" == "true" ]] && update_apps -[[ "$prune" == "true" ]] && prune +[[ "$prune" == "true" ]] && prune \ No newline at end of file