Skip to content

Commit 6605ea8

Browse files
authored
[prebuild_ros2.sh] Add upgrade and autoremove to apt.
Added upgrade and autoremove commands to the script.
1 parent 377b072 commit 6605ea8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.devel/prebuild_ros2.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ set -e
33
# Copyright (c) Murilo M. Marinho (www.murilomarinho.info)
44

55
# Pre-requisites
6-
sudo apt-get update
6+
sudo apt-get update -q
7+
sudo apt-get upgrade -y
8+
sudo apt-get autoremove -y
79
sudo apt-get install -y dh-make dh-python python3-bloom

0 commit comments

Comments
 (0)