We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377b072 commit 6605ea8Copy full SHA for 6605ea8
1 file changed
.devel/prebuild_ros2.sh
@@ -3,5 +3,7 @@ set -e
3
# Copyright (c) Murilo M. Marinho (www.murilomarinho.info)
4
5
# Pre-requisites
6
-sudo apt-get update
+sudo apt-get update -q
7
+sudo apt-get upgrade -y
8
+sudo apt-get autoremove -y
9
sudo apt-get install -y dh-make dh-python python3-bloom
0 commit comments