Added update keyring for install from older image.

This commit is contained in:
proledatarian 2022-02-23 14:46:47 +00:00
parent 979b56468a
commit 000f84f284
1 changed files with 5 additions and 0 deletions

View File

@ -247,6 +247,11 @@ reflector --verbose --latest 10 --country Germany --age 24 --protocol https --so
echo "Done."
echo
echo "Updating keyring.."
pacman -Sy archlinux-keyring --noconfirm &&
echo "Done."
echo
# Installing base system.
echo "Installing basic packages.."
#pacstrap /mnt base base-devel firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm &&