diff --git a/PepDev32/pepbld.sh b/PepDev32/pepbld.sh index 83fc49b..4a3e175 100755 --- a/PepDev32/pepbld.sh +++ b/PepDev32/pepbld.sh @@ -23,14 +23,14 @@ lb config noauto \ --distribution daedalus \ --initsystem sysvinit \ --archive-areas "main contrib non-free non-free-firmware" \ - --mirror-bootstrap http://deb.devuan.org/merged \ - --parent-mirror-bootstrap http://deb.devuan.org/merged \ - --parent-mirror-chroot http://deb.devuan.org/merged \ - --parent-mirror-chroot-security http://deb.devuan.org/merged \ - --parent-mirror-binary http://deb.devuan.org/merged \ - --parent-mirror-binary-security http://deb.devuan.org/merged \ - --mirror-chroot http://deb.devuan.org/merged \ - --mirror-chroot-security http://deb.devuan.org/merged \ + --mirror-bootstrap http://devuan.ipacct.com/devuan/merged \ + --parent-mirror-bootstrap http://devuan.ipacct.com/devuan/merged \ + --parent-mirror-chroot http://devuan.ipacct.com/devuan/merged \ + --parent-mirror-chroot-security http://devuan.ipacct.com/devuan/merged \ + --parent-mirror-binary http://devuan.ipacct.com/devuan/merged \ + --parent-mirror-binary-security http://devuan.ipacct.com/devuan/merged \ + --mirror-chroot http://devuan.ipacct.com/devuan/merged \ + --mirror-chroot-security http://devuan.ipacct.com/devuan/merged \ --security false \ --updates false \ --backports false \