Skip to content

Commit

Permalink
hmm?
Browse files Browse the repository at this point in the history
  • Loading branch information
Juniormunk committed Jul 9, 2024
1 parent 06bb7e4 commit c2c3585
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 @@ -33,7 +33,7 @@ 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 pigpiod pigpio device-tree-compiler
apt-get install -y network-manager
apt-get install -y net-tools
# libcamera-driver stuff
Expand Down
2 changes: 1 addition & 1 deletion install_pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 pigpiod pigpio device-tree-compiler
apt-get install -y network-manager
apt-get install -y net-tools
# libcamera-driver stuff + libatomic1 for wpilib
Expand Down

0 comments on commit c2c3585

Please sign in to comment.