From 7f93ac9bb6481e3e0ca80d7b4cf4ca2bb2d0d5b7 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sat, 10 Mar 2018 12:09:36 +0800 Subject: config file $HOME/.liveusb-builder, move isofiles to $ISOPATH and set default $ISOPATH location to $HOME/isofiles --- distro/manjaro/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro/manjaro') 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/" } -- cgit v1.2.3