From 57a28dae3d89e835a562804b9a3049fc9e4af370 Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Mon, 12 Apr 2021 12:24:36 +0300 Subject: [PATCH] pacman install issue --- arch/stage2.sh | 2 +- artix/stage2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/stage2.sh b/arch/stage2.sh index 44e0478..06fc81a 100755 --- a/arch/stage2.sh +++ b/arch/stage2.sh @@ -191,7 +191,7 @@ HOOKS=(base udev plymouth autodetect keyboard keymap consolefont modconf block p EOF fi -pacman -Syu --noconfirm "$(xargs < /install/pkg.list)" +pacman -Syu --noconfirm $(xargs < /install/pkg.list) refind-install clear if [ "$encryption" = "1" ]; then diff --git a/artix/stage2.sh b/artix/stage2.sh index df5f59c..ee30640 100755 --- a/artix/stage2.sh +++ b/artix/stage2.sh @@ -191,7 +191,7 @@ HOOKS=(base udev plymouth autodetect keyboard keymap consolefont modconf block p EOF fi -pacman -Syu --noconfirm "$(xargs < /install/pkg.list)" +pacman -Syu --noconfirm $(xargs < /install/pkg.list) refind-install clear if [ "$encryption" = "1" ]; then