diff options
Diffstat (limited to 'hooks/build-os')
| -rwxr-xr-x | hooks/build-os/10-apt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hooks/build-os/10-apt b/hooks/build-os/10-apt index be2059b..3877661 100755 --- a/hooks/build-os/10-apt +++ b/hooks/build-os/10-apt @@ -3,9 +3,9 @@ set -o pipefail # Enable additional sources cat > "${root:?}"/etc/apt/sources.list << EOF -deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware -deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware -deb http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware +deb ${deb_mirror_url:?} ${codename:?} main contrib non-free non-free-firmware +deb ${deb_mirror_url:?} ${codename:?}-updates main contrib non-free non-free-firmware +deb ${deb_security_mirror_url:?} ${codename:?}-security main contrib non-free non-free-firmware EOF # update/upgrade system |
