f
This commit is contained in:
parent
1d215afcda
commit
0e48d4a8e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user