summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-08-13 02:04:50 -0500
committerzachir <zachir@librem.one>2022-08-13 02:04:50 -0500
commit733cc18d641acce613a7e2f02d58d7dbd799a29b (patch)
treedcd61315ffa5e8dcd4f807a6418cb9270fb85c00
parent7d85714ddf8fb86020af6925da40ad353d539917 (diff)
fix welcome message
-rw-r--r--zirless.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zirless.sh b/zirless.sh
index 39a581a..72dd608 100644
--- a/zirless.sh
+++ b/zirless.sh
@@ -29,7 +29,7 @@ installpkg(){ pacman --noconfirm --needed -S "$1" >/dev/null 2>&1 ;}
error() { printf "%s\n" "$1" >&2; exit 1; }
welcomemsg() { \
- dialog --title "Welcome!" --msgbox "Welcome to Luke's Auto-Rice Bootstrapping Script!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-Luke" 10 60
+ dialog --title "Welcome!" --msgbox "Welcome to ZachIR's LARBS Equivalent Setup Script!\\n\\nThis script will automatically install a fully-featured Linux desktop, which I use as my main machine.\\n\\n-Zach" 10 60
dialog --colors --title "Important Note!" --yes-label "All ready!" --no-label "Return..." --yesno "Be sure the computer you are using has current pacman updates and refreshed Arch keyrings.\\n\\nIf it does not, the installation of some programs might fail." 8 70
}