From 9c27775ccc59acfb5a2462aaad7926f2053a2d91 Mon Sep 17 00:00:00 2001 From: bicubico Date: Tue, 21 Feb 2023 08:33:33 -0300 Subject: [PATCH] added linux kernel update --- CHIP-updater/stretch_to_buster.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHIP-updater/stretch_to_buster.sh b/CHIP-updater/stretch_to_buster.sh index 065c9e8..f25ab6c 100644 --- a/CHIP-updater/stretch_to_buster.sh +++ b/CHIP-updater/stretch_to_buster.sh @@ -2,11 +2,13 @@ # Upgrade from stretch to buster echo "." -echo "*** Updating and upgrading Debian Jessie. ***" +echo "*** Updating and upgrading Debian Stretch to Buster. ***" mv /etc/apt/sources.list /etc/apt/sources.list.bak wget https://raw.githubusercontent.com/asophila/Flash-CHIP/master/CHIP-updater/buster_source_list.txt mv buster_source_list.txt /etc/apt/sources.list +apt-get install linux-image-armmp + echo "." echo "*** apt update & upgrade ***" apt-get update @@ -20,4 +22,4 @@ wget https://raw.githubusercontent.com/asophila/Flash-CHIP/master/CHIP-updater/b mv buster_x11.txt /etc/X11/xorg.conf echo "." -echo "*** Update to Stretch finished. Reboot to continue the process. ***" +echo "*** Update to Stretch finished. Reboot***"