v3-revamp-fedora

This commit is contained in:
2026-07-14 22:24:44 +02:00
parent 9b389346cb
commit 1d2eb6b70b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
echo
echo " 1) minimal"
echo " 2) full"
if ! read -t 15 -rp "Enter choice [1/2/3/4] (default: 1): " choice; then
if ! read -t 15 -rp "Enter choice [1/2] (default: 1): " choice; then
choice="1"
fi