We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664608b commit 9a0fa59Copy full SHA for 9a0fa59
1 file changed
.devel/build_ros2.sh
@@ -107,7 +107,7 @@ VERSION=$(date +"%-y.%-m.%-d%H%M%S")
107
####################################################################
108
109
# Remove all related packages. The || true is so that it doesn't annoy us when something wasn't installed to begin with.
110
-sudo apt remove ros-"$rosv"-sas* -y || true
+sudo apt-get remove ros-"$rosv"-sas* -y || true
111
112
113
# Build and install incrementally
0 commit comments