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 4641f4c..a9de58b 100644
--- a/distro/manjaro/install.sh
+++ b/distro/manjaro/install.sh
@@ -4,6 +4,6 @@ install_live() {
cp -r "$ISOMNT/manjaro/boot/$ARCH" "$ISOMNT/manjaro/boot/intel_ucode.img" \
"$KERNELDIR/manjaro"
umount_iso
- cp "isofiles/$ISOFILE" "$DATADIR/manjaro/"
+ cp "$ISOPATH/$ISOFILE" "$DATADIR/manjaro/"
}