summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-28 15:07:53 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-28 15:07:53 -0400
commita88dc62f04960fd847bb91098810b1204d6d4790 (patch)
tree78ea6830c12a6e59e86706287adbd684042f52f1
parentb5f569b874415fc0df18b82dee3803267bd73214 (diff)
dumb fix
-rw-r--r--voiddwm/vlarbs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/voiddwm/vlarbs.sh b/voiddwm/vlarbs.sh
index c4bb89a..9886dd3 100644
--- a/voiddwm/vlarbs.sh
+++ b/voiddwm/vlarbs.sh
@@ -33,7 +33,7 @@ getuser() { \
done
! (id -u "$name" >/dev/null) 2>&1 &&
dialog --title "Create user first then re-run script" --msgbox "Please create your user and password before running LARBS. Note that you can use the user you created in the Void Linux installation process.\\n\\nIf you want to make a new user, you will want to run a command like this, adding your user to all the needed groups and creating a home directory:\\n\\n$ useradd -m -G wheel,users,audio,video,cdrom,input -s /bin/bash <user>\\n$ passwd <user>" 14 75 && exit
- ;}
+ }
preinstallmsg() { \
dialog --title "Let's get this party started!" --yes-label "Let's go!" --no-label "No, nevermind!" --yesno "The rest of the installation will now be totally automated, so you can sit back and relax.\\n\\nIt will take some time, but when done, you can relax even more with your complete system.\\n\\nNow just press <Let's go!> and the system will begin installation!" 13 60 || { clear; exit; }