Formatting prompts

This commit is contained in:
jlobue10 2023-02-15 20:46:32 -08:00 committed by GitHub
parent 0185a23164
commit ae680bc75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/bash
# A simple script to install the rEFInd customization GUI
echo -e "\n"
echo ""
read -p "Please make sure a sudo password is already set before continuing. If you have not set the user\
or sudo password, please exit this installer with 'Ctrl+c' and then create a password either using 'passwd'\
@ -40,7 +40,7 @@ cp rEFInd_GUI ../
sudo steamos-readonly enable
while true; do
echo -e "\n"
echo ""
read -p "Do you want to copy the rEFInd_GUI icon to the desktop? (y/n) " YN
case $YN in
[yY]) echo -e "\nOk, icon will be copied to the desktop.\n"