fix: remove unused pkg refresh

This commit is contained in:
AngeD 2023-11-10 14:11:49 +01:00
parent 49668155d2
commit b38c9e60d0

View File

@ -24,7 +24,6 @@ cd "$(dirname "$0")"
) )
cp -f rootfs/etc/pacman.conf /etc/pacman.conf cp -f rootfs/etc/pacman.conf /etc/pacman.conf
systemctl restart reflector
pacman -Sy pacman -Sy
pacstrap -K /mnt/ --needed "${pkg[@]}" pacstrap -K /mnt/ --needed "${pkg[@]}"
cp -rfT rootfs/ /mnt/ cp -rfT rootfs/ /mnt/