From b3730a970ccfadaab54636ac013fb81fbf8f498b Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Mon, 30 Jan 2023 19:35:21 +0100 Subject: [PATCH] Update jlmkr.sh --- jlmkr.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jlmkr.sh b/jlmkr.sh index 04e22f7..cae66e8 100644 --- a/jlmkr.sh +++ b/jlmkr.sh @@ -304,7 +304,7 @@ create_jail() { print read -p "Press any key to continue: " -n 1 -r reply && print print - lxc_cache_path=${lxc_cache_path} "${lxc_download_script_path}" --list --arch="${arch}" || : + LXC_CACHE_PATH=${lxc_cache_path} "${lxc_download_script_path}" --list --arch="${arch}" || : print print 'Choose from the DIST column.' print @@ -454,7 +454,6 @@ create_jail() { # Config which systemd handles for us rm -f "${JAIL_ROOTFS_PATH}/etc/machine-id" rm -f "${JAIL_ROOTFS_PATH}/etc/resolv.conf" - rm -f "${JAIL_ROOTFS_PATH}/etc/resolv.conf" # https://github.com/systemd/systemd/issues/852 printf 'pts/%d\n' $(seq 0 10) >"${JAIL_ROOTFS_PATH}/etc/securetty"