aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <50464604+JozanLeClerc@users.noreply.github.com>2019-11-29 21:39:32 +0100
committerGitHub <noreply@github.com>2019-11-29 21:39:32 +0100
commit2465e094aa252cba1f6bffcbe1a63659a2a57648 (patch)
treea17f1a23ec92b85205b4f7565c4398e78d4388e5
parentCould this even work? (diff)
downloadarch-installer-2465e094aa252cba1f6bffcbe1a63659a2a57648.tar.gz
arch-installer-2465e094aa252cba1f6bffcbe1a63659a2a57648.tar.bz2
arch-installer-2465e094aa252cba1f6bffcbe1a63659a2a57648.tar.xz
arch-installer-2465e094aa252cba1f6bffcbe1a63659a2a57648.tar.zst
arch-installer-2465e094aa252cba1f6bffcbe1a63659a2a57648.zip
Better now
-rwxr-xr-xarch-installer.sh2
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 ----------------------------------------------#