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;;
|
'archdilaunch') archdilaunchchroot;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
pacman-key -u
|
||||||
pacman -Sy --needed arch-install-scripts dialog
|
pacman -Sy --needed arch-install-scripts dialog
|
||||||
dmesg |grep efi: > /dev/null
|
dmesg |grep efi: > /dev/null
|
||||||
if [ "$?" == "1" ]; then
|
if [ "$?" == "1" ]; then
|
||||||
|
|
Loading…
Reference in a new issue