mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-28 18:43:41 +01:00
x86: use linux kernel from bookworm-backports
This commit is contained in:
parent
a484f94654
commit
0d0c64a579
@ -6,3 +6,5 @@ deb-src http://deb.debian.org/debian-security/ bookworm-security main
|
||||
|
||||
deb http://deb.debian.org/debian bookworm-updates main
|
||||
deb-src http://deb.debian.org/debian bookworm-updates main
|
||||
|
||||
deb http://deb.debian.org/debian bookworm-backports main
|
||||
|
@ -3,6 +3,7 @@
|
||||
apt update
|
||||
# make sure we have all updates installed (from the -updates and -security repos)
|
||||
APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confold" -f -y dist-upgrade
|
||||
APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt install -f -y -t bookworm-backports linux-image-amd64
|
||||
# to remove old kernel versions
|
||||
apt --purge autoremove
|
||||
apt install -y polkitd locales zstd dhcpcd wpasupplicant
|
||||
|
Loading…
x
Reference in New Issue
Block a user