diff options
Diffstat (limited to 'distro/opensuse')
-rw-r--r-- | distro/opensuse/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/opensuse/install.sh b/distro/opensuse/install.sh index d24c9db..ca7f67b 100644 --- a/distro/opensuse/install.sh +++ b/distro/opensuse/install.sh @@ -4,5 +4,5 @@ install_live() { cp "$ISOMNT/boot/x86_64/loader"/{linux,initrd} \ "$KERNELDIR/opensuse/$version" umount_iso - cp "$ISOPATH/$ISOFILE" "$DATADIR/opensuse/" + cp "${ISO_FILEPATH}" "$DATADIR/opensuse/" } |