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