diff --git a/de-p1st-installer.sh b/de-p1st-installer.sh index d636c41..c533e28 100755 --- a/de-p1st-installer.sh +++ b/de-p1st-installer.sh @@ -363,9 +363,8 @@ function run_pacstrap() { if [ "${PACSTRAP_INTERACTIVE}" = 'true' ]; then args+=('-i') # Run interactively fi - args+=('/mnt') - sudo pacstrap "${args[@]}" "${PKGS[@]}" + sudo pacstrap -K "${args[@]}" /mnt "${PKGS[@]}" } function run_genfstab() {