From 751f502c332595eff08fbf092e53d37d796e71b5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 28 May 2019 15:09:35 -0400 Subject: [PATCH] smart fix --- voiddwm/vlarbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voiddwm/vlarbs.sh b/voiddwm/vlarbs.sh index 9886dd3..01990b5 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 \\n$ passwd " 14 75 && exit - } + return ;} 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 and the system will begin installation!" 13 60 || { clear; exit; }