update pacman key before install deps

This commit is contained in:
MatMoul 2022-11-11 14:51:59 +01:00
parent 8132adf988
commit 4b58ed8455

1
archfi
View file

@ -2073,6 +2073,7 @@ if [ "${chroot}" = "1" ]; then
'archdilaunch') archdilaunchchroot;;
esac
else
pacman-key -u
pacman -Sy --needed arch-install-scripts dialog
dmesg |grep efi: > /dev/null
if [ "$?" == "1" ]; then