Skip to content

Commit

Permalink
install ompl
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusau17 committed May 10, 2021
1 parent 5454088 commit c5d9946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning_ompl/install-ompl-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

if [ `id -u` == 0 ]; then
SUDO=''
SUDO=
export DEBIAN_FRONTEND=noninteractive
apt-get -y install lsb-release
else
Expand Down

0 comments on commit c5d9946

Please sign in to comment.