Skip to content

Commit

Permalink
Fix: Melodic python2-compatibility for install script
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-mayr committed Nov 7, 2023
1 parent 7bfa04f commit 79de5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
sudo apt install python3-rosdep
sudo apt install python3-rosdep || sudo apt install python-rosdep
if [ ! -d "src" ]
then
print "This script should be run in a catkin workspace. Exiting."
Expand Down

0 comments on commit 79de5c7

Please sign in to comment.