preinstall ca-certificates
This commit is contained in:
parent
8abf92cbd7
commit
e7d76e5d22
2
larbs.sh
2
larbs.sh
@ -168,7 +168,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 base-devel git ntp zsh; do
|
for x in curl ca-certificates 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
|
||||||
|
Loading…
Reference in New Issue
Block a user