diff options
Diffstat (limited to 'arch-installer.sh')
-rwxr-xr-x | arch-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-installer.sh b/arch-installer.sh index 46051cb..7d7fa6b 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -409,7 +409,7 @@ jo_fstab() { } jo_arch_chroot() { -arch-chroot /mnt/arch "$1" +arch-chroot /mnt/arch ${@:1} } #==================================================================================================# #--------------------------------------------- START ----------------------------------------------# |