mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user