Treat sid and unstable as synonyms in distro-specific.sh (#6582)

Credits: @going --> https://forum.armbian.com/topic/37503-kali-linux-as-supported-distro/
This commit is contained in:
Alex
2024-05-11 21:59:17 +02:00
committed by GitHub
parent 18e65527f7
commit 9063417d90

View File

@@ -147,13 +147,11 @@ function create_sources_list_and_deploy_repo_key() {
EOF
;;
sid) # sid is permanent unstable development and has no such thing as updates or security
sid|unstable) # sid is permanent unstable development and has no such thing as updates or security
cat <<- EOF > "${basedir}"/etc/apt/sources.list
deb http://${DEBIAN_MIRROR} $release main contrib non-free non-free-firmware
#deb-src http://${DEBIAN_MIRROR} $release main contrib non-free non-free-firmware
deb http://${DEBIAN_MIRROR} unstable main contrib non-free non-free-firmware
#deb-src http://${DEBIAN_MIRROR} unstable main contrib non-free non-free-firmware
EOF
# Exception: with riscv64 not everything was moved from ports