From 5454088a2768ea29bffdc1982957fb16f52bd0a8 Mon Sep 17 00:00:00 2001 From: pmusau17 Date: Mon, 10 May 2021 14:14:57 -0500 Subject: [PATCH] let's see --- learning_ompl/install-ompl-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 learning_ompl/install-ompl-ubuntu.sh diff --git a/learning_ompl/install-ompl-ubuntu.sh b/learning_ompl/install-ompl-ubuntu.sh old mode 100644 new mode 100755 index 9df73d5..733ffcf --- 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