This commit is contained in:
Stephan Raabe
2023-12-29 12:11:44 +01:00
parent 4213a931ff
commit 6a27437ab2
6 changed files with 73 additions and 7 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
# Select installation profile
# ------------------------------------------------------
echo -e "${GREEN}"
figlet "Desktop Profile"
figlet "Profile"
echo -e "${NONE}"
echo "SPACE = select/unselect a profile. RETURN = confirm. No selection = CANCEL"
@@ -10,4 +10,6 @@ profile=$(gum choose --no-limit --cursor-prefix "( ) " --selected-prefix "(x) "
if [ -z $profile ] ;then
echo "No profile selected. Installation canceled."
exit
else
echo "Profile/s selected: $profile"
fi