summaryrefslogtreecommitdiff
path: root/distro/manjaro/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distro/manjaro/install.sh')
-rw-r--r--distro/manjaro/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/manjaro/install.sh b/distro/manjaro/install.sh
index 4e64fc7..cb9ecf6 100644
--- a/distro/manjaro/install.sh
+++ b/distro/manjaro/install.sh
@@ -4,6 +4,6 @@ install_live() {
cp "$ISOMNT/boot/vmlinuz-$ARCH" "$ISOMNT/boot/initramfs-$ARCH.img" "$ISOMNT/boot/intel_ucode.img" \
"$KERNELDIR/manjaro"
umount_iso
- cp "$ISOPATH/$ISOFILE" "$DATADIR/manjaro/"
+ cp "${ISO_FILEPATH}" "$DATADIR/manjaro/"
}