From 45f7b4be7efb46ce41da00f802609b7b5efbc125 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 27 May 2024 11:40:37 +0000 Subject: [PATCH] fix devuan sources-final script --- .../calamares_settings/dev/sources/sources-final | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/iso_configs/calamares_settings/dev/sources/sources-final b/iso_configs/calamares_settings/dev/sources/sources-final index 940673fe..45707b9a 100755 --- a/iso_configs/calamares_settings/dev/sources/sources-final +++ b/iso_configs/calamares_settings/dev/sources/sources-final @@ -14,20 +14,20 @@ cat << EOF > $CHROOT/etc/apt/sources.list # See https://wiki.debian.org/SourcesList for more information. # Main Repo - main contrib non-free -deb http://deb.debian.org/debian $RELEASE main main contrib non-free non-free-firmware -deb-src http://deb.debian.org/debian $RELEASE main contrib non-free non-free-firmware +deb http://deb.devuan.org/merged $RELEASE main main contrib non-free non-free-firmware +deb-src http://deb.devuan.org/merged $RELEASE main contrib non-free non-free-firmware # Updates Repo - main contrib non-free -deb http://deb.debian.org/debian $RELEASE-updates main contrib non-free non-free-firmware -deb-src http://deb.debian.org/debian $RELEASE-updates main contrib non-free non-free-firmware +deb http://deb.devuan.org/merged $RELEASE-updates main contrib non-free non-free-firmware +deb-src http://deb.devuan.org/merged $RELEASE-updates main contrib non-free non-free-firmware # Security Repo - main contrib non-free -deb http://security.debian.org/debian-security/ $RELEASE-security main contrib non-free non-free-firmware -deb-src http://security.debian.org/debian-security/ $RELEASE-security main contrib non-free non-free-firmware +deb http://deb.devuan.org/merged $RELEASE-security main contrib non-free non-free-firmware +deb-src http://deb.devuan.org/merged $RELEASE-security main contrib non-free non-free-firmware # Backports allow you to install newer versions of software made available for this release -deb http://deb.debian.org/debian $RELEASE-backports main contrib non-free non-free-firmware -deb-src http://deb.debian.org/debian $RELEASE-backports main contrib non-free non-free-firmware +deb http://deb.devuan.org/merged $RELEASE-backports main contrib non-free non-free-firmware +deb-src http://deb.devuan.org/merged $RELEASE-backports main contrib non-free non-free-firmware EOF