update pacman key before install deps
This commit is contained in:
parent
8132adf988
commit
4b58ed8455
1 changed files with 1 additions and 0 deletions
1
archfi
1
archfi
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue