Skip to content

Commit e58ceb6

Browse files
committed
meow
1 parent 875e22c commit e58ceb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_scripts/setup_everything_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +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+
exit 1
2627

2728
#sudo apt update
2829
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
31-
exit 1
3232

3333
apt_packages_to_install=(
3434
"curl"

0 commit comments

Comments
 (0)