Browse Source

pacman install issue

main
Yigit Colakoglu 4 years ago
parent
commit
57a28dae3d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      arch/stage2.sh
  2. +1
    -1
      artix/stage2.sh

+ 1
- 1
arch/stage2.sh View File

@ -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


+ 1
- 1
artix/stage2.sh View File

@ -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


Loading…
Cancel
Save