From 0e48d4a8e2bb5799d802aaa8c9c65e8bc811f8d5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 Feb 2024 15:40:35 -0700 Subject: [PATCH] f --- gentoo-kde.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gentoo-kde.sh b/gentoo-kde.sh index 13ab455..b955288 100644 --- a/gentoo-kde.sh +++ b/gentoo-kde.sh @@ -474,6 +474,7 @@ tweaks() { echo "[4] Upgrade gentoo-kde.sh" echo "[5] Upgrade OS and take Snapshot" echo "[6] Initialize Disk" + echo "[7] Remove old Snapshots" echo read -p 'Your Choice: ' choice if [[ $choice = 1 ]]; then @@ -507,6 +508,8 @@ tweaks() { initialize-disk read -p "Press enter key to Continue" menu + elif [[ $choice = 7 ]]; then + remove-snapshots else tweaks fi