summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-05-25 09:47:32 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-05-25 09:47:32 -0400
commit34be24dbaf283e8fab764d8956c5602f2163c191 (patch)
tree00ab7a6374b73d7f316449cb5470aa9d48231172
parentf145e559e4e4e4c1323c1c8a349a645e5eed7002 (diff)
note about updates and keyrings
-rw-r--r--larbs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/larbs.sh b/larbs.sh
index 61c1bd7..8887a7b 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -37,6 +37,8 @@ error() { clear; printf "ERROR:\\n%s\\n" "$1"; exit;}
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 --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
}
selectdotfiles() { \