Skip to content

Commit f4bf7b3

Browse files
Update apt list 2x
1 parent a968ea8 commit f4bf7b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

installROS.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main
124124
sudo apt install curl
125125
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
126126

127+
tput setaf 2
128+
echo "Updating apt list"
129+
tput sgr0
130+
sudo apt update
131+
127132
tput setaf 2
128133
echo "Installing ROS"
129134
tput sgr0

0 commit comments

Comments
 (0)