Skip to content

Commit

Permalink
remove 20-default.list so rosdep init is happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ojura committed Oct 15, 2024
1 parent 87a3bd8 commit 9a98971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ici_timed "Install bloom" ici_asroot pip install -U git+https://github.com/rhasc
# Install patched vcstool to allow for treeless clones
ici_timed "Install vcstool" ici_asroot pip install -U git+https://github.com/rhaschke/vcstool.git@master

ici_timed "rosdep init" ici_asroot rosdep init || true
ici_timed "rosdep init" ici_asroot rm -f /etc/ros/rosdep/sources.list.d/20-default.list && ici_asroot rosdep init

# Start apt-cacher-ng if not yet running (for example in docker)
ici_start_fold "Check apt-cacher-ng"
Expand Down

0 comments on commit 9a98971

Please sign in to comment.