mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-04-25 18:00:11 +01:00
raspberrypi: run rpi-update to upgrade kernel version
This commit is contained in:
parent
df1591e1c9
commit
697cac37f3
@ -7,3 +7,8 @@ echo "deb http://deb.debian.org/debian bookworm-updates main contrib non-free" >
|
||||
|
||||
apt update
|
||||
APT_LISTCHANGES_FRONTEND=none DEBIAN_FRONTEND=noninteractive apt -o Dpkg::Options::="--force-confold" -f -y dist-upgrade
|
||||
|
||||
# This step is a bit risky, as the current kernel in https://github.com/raspberrypi/rpi-firmware might
|
||||
# be less tested as the currently shipping kernel in the Raspberry Pi images.
|
||||
apt install -y rpi-update
|
||||
SKIP_CHECK_PARTITION=1 SKIP_WARNING=1 rpi-update
|
Loading…
x
Reference in New Issue
Block a user