From c56f1766ccab320796f2422ecbf44e881cba00d0 Mon Sep 17 00:00:00 2001 From: oddlama Date: Wed, 31 Aug 2022 20:55:44 +0200 Subject: [PATCH] chore: update eoli3n zfs init script location see https://github.com/eoli3n/archiso-zfs/commit/4d726eafbb0640a45af8b56bd73659b7296a3092 --- scripts/utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/utils.sh b/scripts/utils.sh index f6456dc..cd835cf 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -427,9 +427,9 @@ function check_wanted_programs() { if [[ "$need_zfs" == true ]]; then elog "On an Arch live-stick you need the archzfs repository and some tools and modifications to use zfs." - elog "There is an automated installer available at https://eoli3n.github.io/archzfs/init." + elog "There is an automated installer available at https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init." if ask "Do you want to automatically download and execute this zfs installation script?"; then - curl -s "https://eoli3n.github.io/archzfs/init" | bash + curl -s "https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init" | bash fi fi