From c900ea22ea9900c6925c3a06602e642ccbdd90cf Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 3 Jan 2021 22:49:37 -0700 Subject: [PATCH] mirror.puresauce.org --- auto/config | 2 +- helper/make_chroot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auto/config b/auto/config index f4b7346..a76c06f 100755 --- a/auto/config +++ b/auto/config @@ -39,7 +39,7 @@ CURRENT_DATE=$(date +%Y%m%d) export SOURCE_DATE_EPOCH=$(date +%s) # repository URL -PUREOS_REPO="http://repo.pureos.net/pureos/" +PUREOS_REPO="http://mirror.puresauce.org/pureos/" # current architecture arch=$(dpkg --print-architecture) diff --git a/helper/make_chroot.sh b/helper/make_chroot.sh index 95edd71..95f9525 100755 --- a/helper/make_chroot.sh +++ b/helper/make_chroot.sh @@ -5,6 +5,6 @@ debootstrap \ --keyring=/usr/share/keyrings/pureos-archive-keyring.gpg \ amber \ lbchroot \ - https://repo.pureos.net/pureos + https://mirror.puresauce.org/pureos debspawn create amber