mirror of
https://github.com/jlobue10/SteamDeck_rEFInd.git
synced 2025-02-17 11:19:40 +08:00
Formatting prompts
This commit is contained in:
parent
0185a23164
commit
ae680bc75f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user