note about updates and keyrings
This commit is contained in:
parent
f145e559e4
commit
34be24dbaf
1 changed files with 2 additions and 0 deletions
2
larbs.sh
2
larbs.sh
|
@ -37,6 +37,8 @@ error() { clear; printf "ERROR:\\n%s\\n" "$1"; exit;}
|
||||||
|
|
||||||
welcomemsg() { \
|
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 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() { \
|
selectdotfiles() { \
|
||||||
|
|
Loading…
Reference in a new issue