1-get-initial-setup-working #2

Merged
hygienic-books merged 92 commits from 1-get-initial-setup-working into main 2023-03-05 03:02:48 +00:00
Showing only changes of commit 0e9314ef6f - Show all commits

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
}