fix(iso): Call correct path inside chroot (#1)

This commit is contained in:
hygienic-books 2023-02-20 00:47:53 +01:00
parent d03821e46a
commit 0e9314ef6f

View File

@ -257,7 +257,7 @@ function add_zfs_files_to_new_os () {
function enter_chroot () {
arch-chroot /mnt /bin/bash -xe <<EOF
curl --silent '${this_script_remote_repo_raw_url}' | bash
curl --silent '${this_script_url}' | bash
EOF
}