From f1d332659a5020a5f19bc7bb3c42dfcdb24ca3d9 Mon Sep 17 00:00:00 2001 From: Rod Myers <10093452+RodMyers@users.noreply.github.com> Date: Sun, 3 Nov 2019 06:00:51 -0500 Subject: [PATCH] Update void-install-zfs.sh Added, after converations on IRC --- src-sh/void-install-zfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-sh/void-install-zfs.sh b/src-sh/void-install-zfs.sh index cb59d15..b7fefec 100755 --- a/src-sh/void-install-zfs.sh +++ b/src-sh/void-install-zfs.sh @@ -463,10 +463,10 @@ CHROOT="chroot ${MNT}" # Automatically adjust the musl/glibc repo switch as needed if [ "${REPOTYPE}" = "musl" ] ; then export XBPS_ARCH=x86_64-musl - REPO="http://alpha.de.repo.voidlinux.org/current/musl" + REPO="https://alpha.de.repo.voidlinux.org/current/musl" else export XBPS_ARCH=x86_64 - REPO="http://alpha.de.repo.voidlinux.org/current" + REPO="https://alpha.de.repo.voidlinux.org/current" fi #Check if we are using EFI boot