Sort mirrorlist first before installing live session
This commit is contained in:
parent
536ee44062
commit
d220b79629
@ -5,7 +5,7 @@
|
|||||||
# Some ideas and code reworked from other resources
|
# Some ideas and code reworked from other resources
|
||||||
# AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due
|
# AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due
|
||||||
|
|
||||||
VER=2.0.83
|
VER=2.0.84
|
||||||
|
|
||||||
# bulk default values {
|
# bulk default values {
|
||||||
|
|
||||||
@ -2188,6 +2188,7 @@ live()
|
|||||||
die 1
|
die 1
|
||||||
else
|
else
|
||||||
clear
|
clear
|
||||||
|
install_mirrorlist "/etc/pacman.d/mirrorlist"
|
||||||
pacman -Syyu archlinux-keyring --needed --noconfirm || die 1
|
pacman -Syyu archlinux-keyring --needed --noconfirm || die 1
|
||||||
pacman -S $AL_BASE_PKGS xorg-xinit xorg-server --needed --noconfirm || die 1
|
pacman -S $AL_BASE_PKGS xorg-xinit xorg-server --needed --noconfirm || die 1
|
||||||
for ses; do
|
for ses; do
|
||||||
|
Reference in New Issue
Block a user