Skip to content

Commit

Permalink
it totally python
Browse files Browse the repository at this point in the history
  • Loading branch information
Juniormunk committed Jul 9, 2024
1 parent 8bb0c8d commit e57efa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install_limelight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion install_pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e57efa5

Please sign in to comment.