Skip to content

Commit

Permalink
Treat sid and unstable as synonyms in distro-specific.sh (armbian#6582)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexl83 authored May 11, 2024
1 parent 18e6552 commit 9063417
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/functions/rootfs/distro-specific.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9063417

Please sign in to comment.