Skip to content

Commit

Permalink
[ros-setup] add missing tue-install-pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored and Arpit Aggarwal committed Sep 27, 2022
1 parent 97dabcc commit b453405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ros-setup/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ then
then
tue-install-debug "No existing GPG key of ROS repository found, adding a new one"
ADD_ROS_GPG_KEY=true
elif gpg --import --import-options show-only "${keyfile}" 2> /dev/null | grep -q expired
elif tue-install-pipe gpg --import --import-options show-only "${keyfile}" 2> /dev/null | grep -q expired
then
tue-install-debug "Updating expired GPG key of ROS repository"
ADD_ROS_GPG_KEY=true
Expand All @@ -42,7 +42,7 @@ fi

if [[ "${ADD_ROS_GPG_KEY}" == "true" ]]
then
sudo curl -sSL "${keyurl}" -o "${keyfile}"
tue-install-pipe sudo curl -sSL "${keyurl}" -o "${keyfile}"
tue-install-debug "Successfully added/updated ROS repository GPG key"

FORCE_UPDATE=true
Expand Down

0 comments on commit b453405

Please sign in to comment.