Skip to content

Commit 99254ba

Browse files
committed
and back to apt-get
1 parent ed89e88 commit 99254ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install/prepare-jenkins-slave.sh

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

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

99
# Package dependencies.
1010
echo "Installing CGAL dependencies."
11-
sudo apt install -y libcgal-dev
11+
sudo apt-get install -y libcgal-dev
1212
echo "Installing MONO dependencies."
13-
sudo apt install -y mono-devel
13+
sudo apt-get install -y mono-devel
1414
echo "Installig GLOG dependencices."
15-
sudo apt install -y libgoogle-glog-dev
15+
sudo apt-get install -y libgoogle-glog-dev

0 commit comments

Comments
 (0)