Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Mar 28, 2024
1 parent 2963b9e commit 0153a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/scripts/debian.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "yaml file:///tmp/rosdep.yaml" | sudo tee /etc/ros/rosdep/sources.list.d/50

if [ -d /mimic-cross ]; then
cp -r /etc/apt/auth.conf.d/. /mimic-cross/etc/apt/auth.conf.d/ || true
cp -r /etc/apt/keyrings.d/. /mimic-cross/etc/apt/keyrings.d/ || true
cp -r /etc/apt/keyrings/. /mimic-cross/etc/apt/keyrings/ || true
fi

# Expected `rosdep init` has been done in the base image
Expand Down

0 comments on commit 0153a5b

Please sign in to comment.