Skip to content

Commit 67cfa45

Browse files
committed
Revert to apt-get.
1 parent 026bef0 commit 67cfa45

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
@@ -6,15 +6,15 @@ echo "ROS version: ${ROS_VERSION}"
66
# Build dependencies.
77
if [[ $ROS_VERSION = 'melodic' ]]
88
then
9-
sudo apt install -y python-wstool python-catkin-tools
9+
sudo apt-get install -y python-wstool python-catkin-tools
1010
else
11-
sudo apt install -y python3-wstool python3-catkin-tools
11+
sudo apt-get install -y python3-wstool python3-catkin-tools
1212
fi
1313

1414
# Package dependencies.
1515
echo "Installing CGAL dependencies."
16-
sudo apt install -y libcgal-dev
16+
sudo apt-get install -y libcgal-dev
1717
echo "Installing MONO dependencies."
18-
sudo apt install -y mono-devel
18+
sudo apt-get install -y mono-devel
1919
echo "Installig GLOG dependencices."
20-
sudo apt install -y libgoogle-glog-dev
20+
sudo apt-get install -y libgoogle-glog-dev

0 commit comments

Comments
 (0)