From 28a93ccbc55f41f98e7d5cabc8a171bea5691406 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 16 Oct 2023 16:00:27 +0000 Subject: [PATCH] Modificar PepDev32/pepbld.sh --- PepDev32/pepbld.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 \