pacman-key management
This commit is contained in:
parent
a7614a8c83
commit
1714deec30
1 changed files with 3 additions and 1 deletions
4
archfi
4
archfi
|
@ -2073,7 +2073,9 @@ if [ "${chroot}" = "1" ]; then
|
|||
'archdilaunch') archdilaunchchroot;;
|
||||
esac
|
||||
else
|
||||
pacman-key -u
|
||||
if (! pacman-key -u); then
|
||||
pacman-key --init
|
||||
fi
|
||||
pacman -Sy --needed arch-install-scripts dialog
|
||||
dmesg |grep efi: > /dev/null
|
||||
if [ "$?" == "1" ]; then
|
||||
|
|
Loading…
Reference in a new issue