From b38c9e60d0e940cfb06d1febf9ccb56cac555b7b Mon Sep 17 00:00:00 2001 From: AngeD Date: Fri, 10 Nov 2023 14:11:49 +0100 Subject: [PATCH] fix: remove unused pkg refresh --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index 319ee2a..4b07706 100755 --- a/install.sh +++ b/install.sh @@ -24,7 +24,6 @@ cd "$(dirname "$0")" ) cp -f rootfs/etc/pacman.conf /etc/pacman.conf -systemctl restart reflector pacman -Sy pacstrap -K /mnt/ --needed "${pkg[@]}" cp -rfT rootfs/ /mnt/