From 3aa5fc92a497f0114919bec75487a7bf11292101 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 13 Aug 2022 15:31:45 -0500 Subject: zirless refresh keys after adding repos --- zirless.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zirless.sh') diff --git a/zirless.sh b/zirless.sh index 9d50029..1827fc7 100644 --- a/zirless.sh +++ b/zirless.sh @@ -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 -- cgit v1.2.3