cleaning zsh.

This commit is contained in:
Dorian
2021-11-10 00:35:13 -05:00
parent 845c6cf0b5
commit 63b25cacb5

View File

@@ -181,7 +181,7 @@ preinstallmsg || error "User exited."
# Refresh Arch keyrings. # Refresh Arch keyrings.
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 ca-certificates base-devel git ntp zsh ; do for x in curl ca-certificates base-devel git ntp ; do
dialog --title "KARBS Installation" --infobox "Installing \`$x\` which is required to install and configure other programs." 5 70 dialog --title "KARBS Installation" --infobox "Installing \`$x\` which is required to install and configure other programs." 5 70
installpkg "$x" installpkg "$x"
done done