Skip to content

Commit

Permalink
Merge pull request #549 from public-void-ryan/patch-1
Browse files Browse the repository at this point in the history
typos
  • Loading branch information
LukeSmithxyz authored May 7, 2024
2 parents 1ff171b + 860b4eb commit 3c1e8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/larbs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Luke's Auto Rice Boostrapping Script (LARBS)
# Luke's Auto Rice Bootstrapping Script (LARBS)
# by Luke Smith <[email protected]>
# License: GNU GPLv3

Expand Down Expand Up @@ -34,7 +34,7 @@ welcomemsg() {
}

getuserandpass() {
# Prompts user for new username an password.
# Prompts user for new username and password.
name=$(whiptail --inputbox "First, please enter a name for the user account." 10 60 3>&1 1>&2 2>&3 3>&1) || exit 1
while ! echo "$name" | grep -q "^[a-z_][a-z0-9_-]*$"; do
name=$(whiptail --nocancel --inputbox "Username not valid. Give a username beginning with a letter, with only lowercase letters, - or _." 10 60 3>&1 1>&2 2>&3 3>&1)
Expand Down

0 comments on commit 3c1e8da

Please sign in to comment.