File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ echo "ROS version: ${ROS_VERSION}"
66# Build dependencies.
77if [[ $ROS_VERSION = ' melodic' ]]
88then
9- sudo apt install -y python-wstool python-catkin-tools
9+ sudo apt-get install -y python-wstool python-catkin-tools
1010else
11- sudo apt install -y python3-wstool python3-catkin-tools
11+ sudo apt-get install -y python3-wstool python3-catkin-tools
1212fi
1313
1414# Package dependencies.
1515echo " Installing CGAL dependencies."
16- sudo apt install -y libcgal-dev
16+ sudo apt-get install -y libcgal-dev
1717echo " Installing MONO dependencies."
18- sudo apt install -y mono-devel
18+ sudo apt-get install -y mono-devel
1919echo " Installig GLOG dependencices."
20- sudo apt install -y libgoogle-glog-dev
20+ sudo apt-get install -y libgoogle-glog-dev
You can’t perform that action at this time.
0 commit comments