This commit is contained in:
Your Name 2024-02-17 15:40:35 -07:00
parent 1d215afcda
commit 0e48d4a8e2

View File

@ -474,6 +474,7 @@ tweaks() {
echo "[4] Upgrade gentoo-kde.sh" echo "[4] Upgrade gentoo-kde.sh"
echo "[5] Upgrade OS and take Snapshot" echo "[5] Upgrade OS and take Snapshot"
echo "[6] Initialize Disk" echo "[6] Initialize Disk"
echo "[7] Remove old Snapshots"
echo echo
read -p 'Your Choice: ' choice read -p 'Your Choice: ' choice
if [[ $choice = 1 ]]; then if [[ $choice = 1 ]]; then
@ -507,6 +508,8 @@ tweaks() {
initialize-disk initialize-disk
read -p "Press enter key to Continue" read -p "Press enter key to Continue"
menu menu
elif [[ $choice = 7 ]]; then
remove-snapshots
else else
tweaks tweaks
fi fi