From 50dee1acfb8cedb55ba1176002c77c8c2f292e5a Mon Sep 17 00:00:00 2001 From: Dominik Hrinkino Date: Wed, 8 Jun 2022 10:50:54 +0200 Subject: [PATCH] removed kernel-headers --- RPiOS64-IA-Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPiOS64-IA-Install.sh b/RPiOS64-IA-Install.sh index d16e308..4c3b086 100644 --- a/RPiOS64-IA-Install.sh +++ b/RPiOS64-IA-Install.sh @@ -142,7 +142,7 @@ hostnamectl set-hostname $HOSTNAME printf "# PiMox7 Development Repo deb https://raw.githubusercontent.com/pimox/pimox7/master/ dev/ \n" > /etc/apt/sources.list.d/pimox.list curl https://raw.githubusercontent.com/pimox/pimox7/master/KEY.gpg | apt-key add - -apt update && apt upgrade -y && apt install -y raspberrypi-kernel-headers +apt update && apt upgrade -y #### REMOVE DHCP, CLEAN UP ############################################################################################################### apt purge -y dhcpcd5