Skip to content

Commit

Permalink
remove -testing
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jul 8, 2024
1 parent 9d64ee7 commit 3b77631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/ros-jazzy-gz-harmonic-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ARCH=$(dpkg --print-architecture)
# shellcheck disable=SC1091
UBUNTU_CODENAME=$( . /etc/os-release && echo "$UBUNTU_CODENAME")
REPO="deb [arch=$ARCH signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] \
http://packages.ros.org/ros2-testing/ubuntu $UBUNTU_CODENAME main"
http://packages.ros.org/ros2/ubuntu $UBUNTU_CODENAME main"
echo "$REPO" | sudo tee /etc/apt/sources.list.d/ros2.list >/dev/null

DISTRO=$(lsb_release -cs)
Expand Down

0 comments on commit 3b77631

Please sign in to comment.