simplify ParallelDownloads sed in preinstall
This commit is contained in:
parent
dae10ae7da
commit
87fb66103f
|
|
@ -30,7 +30,7 @@ timedatectl set-ntp true
|
|||
pacman -S --noconfirm archlinux-keyring #update keyrings to latest to prevent packages failing to install
|
||||
pacman -S --noconfirm --needed pacman-contrib terminus-font
|
||||
setfont ter-v22b
|
||||
sed -i 's/^#ParallelDownloads/ParallelDownloads/' /etc/pacman.conf
|
||||
sed -i 's/ParallelDownloads/s/^#//' /etc/pacman.conf
|
||||
pacman -S --noconfirm --needed reflector rsync grub
|
||||
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
|
||||
echo "
|
||||
|
|
|
|||
Loading…
Reference in New Issue