Skip to content

Commit 1cbc1bd

Browse files
committed
try fail
1 parent 537eff9 commit 1cbc1bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup_scripts/setup_everything_common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ echo Will install ros2 humble, vscode, btop, tmux and other useful tools.
2323
echo This script will NOT install discord. run install-discord.sh if you want discord.
2424
sleep 1.0
2525
echo starting with ros2...
26+
sudo rosdep init
2627

2728
#sudo apt update
28-
cd $ROVERFLAKE_ROOT/setup_scripts/MEOWMEOW/
29+
cd $ROVERFLAKE_ROOT/setup_scripts/
2930
bash install_dependencies.sh
3031
bash install-ros2-humble.sh # also runs apt update, if ros2 is not installed
3132

0 commit comments

Comments
 (0)