diff --git a/install_limelight.sh b/install_limelight.sh index 0ae4e4e..a838906 100755 --- a/install_limelight.sh +++ b/install_limelight.sh @@ -28,7 +28,7 @@ systemctl enable pigpiod # Remove extra packages too echo "Purging extra things" -apt-get purge -y python3 gdb gcc g++ libgcc*-dev libqt* wpasupplicant wireless-tools firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek raspberrypi-net-mods device-tree-compiler +apt-get purge -y gdb gcc g++ linux-headers* libgcc*-dev libqt* wpasupplicant wireless-tools firmware-atheros firmware-brcm80211 firmware-libertas firmware-misc-nonfree firmware-realtek raspberrypi-net-mods device-tree-compiler apt-get autoremove -y echo "Installing additional things" diff --git a/install_pi.sh b/install_pi.sh index e9bca59..5e08906 100755 --- a/install_pi.sh +++ b/install_pi.sh @@ -25,7 +25,7 @@ systemctl enable pigpiod # Remove extra packages too echo "Purging extra things" -apt-get purge -y python3 gdb gcc g++ libgcc*-dev +apt-get purge -y gdb gcc g++ linux-headers* libgcc*-dev apt-get autoremove -y echo "Installing additional things"