Skip to content

Commit 875e22c

Browse files
committed
setup_scripts/
1 parent 1cbc1bd commit 875e22c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup_scripts/setup_everything_common.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ 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
2726

2827
#sudo apt update
2928
cd $ROVERFLAKE_ROOT/setup_scripts/
3029
bash install_dependencies.sh
3130
bash install-ros2-humble.sh # also runs apt update, if ros2 is not installed
32-
31+
exit 1
3332

3433
apt_packages_to_install=(
3534
"curl"

0 commit comments

Comments
 (0)