Skip to content

Commit 7bfe30a

Browse files
[ros*-setup] apt-get update required after installing sources (#472)
2 parents 648f256 + 7316775 commit 7bfe30a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ros1-setup/install.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ then
4343
tue-install-debug "Going to install ${ros_apt_source_pkg_name}"
4444
tue-install-pipe curl -L -o /tmp/${ros_apt_source_pkg_name}.deb "https://github.com/ros-infrastructure/ros-apt-source/releases/download/${newest_version}/${ros_apt_source_pkg_name}_${newest_version}.${ubuntu_name}_all.deb" || tue-install-error "Failed to download ROS apt source debian"
4545
tue-install-dpkg /tmp/${ros_apt_source_pkg_name}.deb
46+
tue-install-apt-get-update
4647
fi
4748

ros2-setup/install.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ then
4343
tue-install-debug "Going to install ${ros_apt_source_pkg_name}"
4444
tue-install-pipe curl -L -o /tmp/${ros_apt_source_pkg_name}.deb "https://github.com/ros-infrastructure/ros-apt-source/releases/download/${newest_version}/${ros_apt_source_pkg_name}_${newest_version}.${ubuntu_name}_all.deb" || tue-install-error "Failed to download ROS2 apt source debian"
4545
tue-install-dpkg /tmp/${ros_apt_source_pkg_name}.deb
46+
tue-install-apt-get-update
4647
fi
4748

0 commit comments

Comments
 (0)