This commit is contained in:
Luke Smith 2020-11-04 14:31:00 -05:00
parent 3557875d12
commit cc6966b6d9
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -170,7 +170,7 @@ preinstallmsg || error "User exited."
refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually." refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually."
for x in curl base-devel git ntp zsh; do for x in curl base-devel git ntp zsh; do
dialog --title "LARBS Installation" --infobox "Installing \`x\` which is required to install and configure other programs." 5 70 dialog --title "LARBS Installation" --infobox "Installing \`$x\` which is required to install and configure other programs." 5 70
installpkg "$x" installpkg "$x"
done done