fix(iso): Call correct path inside chroot (#1)
This commit is contained in:
parent
d03821e46a
commit
0e9314ef6f
2
setup.sh
2
setup.sh
@ -257,7 +257,7 @@ function add_zfs_files_to_new_os () {
|
|||||||
|
|
||||||
function enter_chroot () {
|
function enter_chroot () {
|
||||||
arch-chroot /mnt /bin/bash -xe <<EOF
|
arch-chroot /mnt /bin/bash -xe <<EOF
|
||||||
curl --silent '${this_script_remote_repo_raw_url}' | bash
|
curl --silent '${this_script_url}' | bash
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user