diff options
-rw-r--r-- | zirless.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -281,6 +281,8 @@ artixadduniverserepo || error "Failed to add universe repo" && exit 5 artixaddarchrepos || error "Failed to add Arch Linux repos." && exit 5 +refreshkeys || error "Error automatically refreshing Arch keyring. Consider doing so manually." + # The command that does all the installing. Reads the progs.csv file and # installs each needed program the way required. Be sure to run this only after # the user has been created and has priviledges to run $rootcmd without a password |