From c5d9946939a6a373e185a9be91fcfe8eefce660a Mon Sep 17 00:00:00 2001 From: pmusau17 Date: Mon, 10 May 2021 14:22:09 -0500 Subject: [PATCH] install ompl --- learning_ompl/install-ompl-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learning_ompl/install-ompl-ubuntu.sh b/learning_ompl/install-ompl-ubuntu.sh index 733ffcf..9df73d5 100755 --- a/learning_ompl/install-ompl-ubuntu.sh +++ b/learning_ompl/install-ompl-ubuntu.sh @@ -3,7 +3,7 @@ set -e if [ `id -u` == 0 ]; then - SUDO='' + SUDO= export DEBIAN_FRONTEND=noninteractive apt-get -y install lsb-release else