1
0
mirror of https://github.com/pimox/pimox7.git synced 2026-06-28 16:51:38 +00:00

removed kernel-headers

This commit is contained in:
Dominik Hrinkino
2022-06-08 10:50:54 +02:00
parent 46a2af307f
commit 50dee1acfb

View File

@@ -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