mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Enable non-free-firmware repository for Debian Sid
Addressing: [🐳|💥] Error context msg [ Installation of Armbian main packages for sid 3dsupport xfce no failed ] Error: Error context msg Installation of Armbian main packages for sid 3dsupport xfce no failed [🐳|🔨] Reading package lists... [🐳|🔨] Building dependency tree... [🐳|🔨] E: Unable to locate package firmware-sof-signed
This commit is contained in:
@@ -147,11 +147,11 @@ function create_sources_list() {
|
||||
|
||||
sid) # 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
|
||||
#deb-src http://${DEBIAN_MIRROR} $release main contrib non-free
|
||||
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
|
||||
#deb-src http://${DEBIAN_MIRROR} unstable main contrib non-free
|
||||
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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user