File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -244,28 +244,6 @@ actions:
244244 - firmware-qcom-soc
245245 - {{$kernelpackage}}
246246
247- # XXX this is a workaround until firmware-non-free migrates to testing; it
248- # might make sense to have a generic mechanism to do this
249- - action : run
250- description : Install firmware packages from unstable
251- chroot : true
252- command : |
253- set -eux
254- # add sid APT sources
255- cat >/etc/apt/sources.list.d/debian-sid.sources <<EOF
256- Types: deb
257- URIs: http://deb.debian.org/debian/
258- Suites: sid
259- Components: main non-free-firmware
260- Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
261- EOF
262- # update and install firmware from unstable
263- apt update
264- apt -y install -t unstable firmware-atheros firmware-qcom-soc
265- # remove sid APT sources and update again
266- rm -f /etc/apt/sources.list.d/debian-sid.sources
267- apt update
268-
269247{{- if eq $experimentalkernel "true" }}
270248 # this is an optional temporary option to install the kernel from
271249 # experimental until trixie/sid have a recent enough kernel, or some overlay
You can’t perform that action at this time.
0 commit comments