Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Juniormunk committed Jul 9, 2024
1 parent c9f04c8 commit a3c05cd
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 @@ -29,14 +29,14 @@ systemctl enable pigpiod
# Remove extra packages too
echo "Purging extra things"
apt-get purge -y python3 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-mark manual raspberrypi-sys-mods
apt-get autoremove -y

echo "Installing additional things"
sudo apt-get update
apt-get install -y pigpiod pigpio device-tree-compiler libraspberrypi-bin
apt-get install -y network-manager
apt-get install -y net-tools
apt-get install -y raspberrypi-sys-mods
# libcamera-driver stuff
apt-get install -y libegl1 libopengl0 libopencv-core406 libgl1-mesa-dri libcamera0.1 libgbm1 libatomic1
# mrcal stuff
Expand Down
2 changes: 1 addition & 1 deletion install_pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ systemctl enable pigpiod
# Remove extra packages too
echo "Purging extra things"
apt-get purge -y python3 gdb gcc g++ linux-headers* libgcc*-dev
apt-mark manual raspberrypi-sys-mods
apt-get autoremove -y

echo "Installing additional things"
sudo apt-get update
apt-get install -y pigpiod pigpio device-tree-compiler libraspberrypi-bin
apt-get install -y network-manager
apt-get install -y net-tools
apt-get install -y raspberrypi-sys-mods
# libcamera-driver stuff + libatomic1 for wpilib
apt-get install -y libegl1 libopengl0 libopencv-core406 libgl1-mesa-dri libcamera0.1 libgbm1 libatomic1
# mrcal stuff
Expand Down

0 comments on commit a3c05cd

Please sign in to comment.