fix devuan sources-final script
This commit is contained in:
parent
956437c0d2
commit
45f7b4be7e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue