Skip to content

Commit 9a13dd8

Browse files
committed
use apt-get
1 parent 863be3f commit 9a13dd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

install/prepare-jenkins-slave.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ROS_VERSION=`rosversion -d`
44
echo "ROS version: ${ROS_VERSION}"
55

66
# Build dependencies.
7-
sudo apt install -y python-wstool python-catkin-tools
7+
sudo apt-get install -y python-wstool python-catkin-tools
88

99
# Package dependencies.
1010
echo "Installing MAV_COMM dependencies."
11-
sudo apt install -y ros-${ROS_VERSION}-mav-msgs
11+
sudo apt-get install -y ros-${ROS_VERSION}-mav-msgs
1212
echo "Installing CGAL dependencies."
13-
sudo apt install -y libgmp-dev libmpfr-dev
13+
sudo apt-get install -y libgmp-dev libmpfr-dev
1414
echo "Installing MONO dependencies."
15-
sudo apt install -y mono-devel
15+
sudo apt-get install -y mono-devel
1616
echo "Installig GLOG dependencices."
17-
sudo apt install -y libgoogle-glog
17+
sudo apt-get install -y libgoogle-glog

0 commit comments

Comments
 (0)