mirror of
https://codeberg.org/privacy1st/arch-installer
synced 2024-12-23 02:16:05 +01:00
refactor
This commit is contained in:
parent
9e474ffade
commit
1a31138e09
@ -363,9 +363,8 @@ function run_pacstrap() {
|
|||||||
if [ "${PACSTRAP_INTERACTIVE}" = 'true' ]; then
|
if [ "${PACSTRAP_INTERACTIVE}" = 'true' ]; then
|
||||||
args+=('-i') # Run interactively
|
args+=('-i') # Run interactively
|
||||||
fi
|
fi
|
||||||
args+=('/mnt')
|
|
||||||
|
|
||||||
sudo pacstrap "${args[@]}" "${PKGS[@]}"
|
sudo pacstrap -K "${args[@]}" /mnt "${PKGS[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function run_genfstab() {
|
function run_genfstab() {
|
||||||
|
Loading…
Reference in New Issue
Block a user