Update pacman init
This commit is contained in:
parent
449f0169a2
commit
7333ac808d
1 changed files with 1 additions and 3 deletions
4
archfi
4
archfi
|
@ -2073,9 +2073,7 @@ if [ "${chroot}" = "1" ]; then
|
||||||
'archdilaunch') archdilaunchchroot;;
|
'archdilaunch') archdilaunchchroot;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
if (! pacman-key -u); then
|
systemct start pacman-init.service
|
||||||
pacman-key --init
|
|
||||||
fi
|
|
||||||
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