Skip to content

Commit

Permalink
Fixed autobuild issue (setup)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanzemlin authored May 21, 2024
1 parent aaf077d commit af0b841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ sudo apt update
sudo apt install wget unzip -y

# Vectornav Dependencies
bash vnav.sh
bash etc/vnav.sh

# Steam Controller Dependencies
bash steam.sh
bash etc/steam.sh

# Python deps
sudo apt install python3-pip -y
Expand Down

0 comments on commit af0b841

Please sign in to comment.