From e514c4ab716daaed60c6c173b84036e72382a590 Mon Sep 17 00:00:00 2001 From: dev Date: Thu, 11 Jan 2024 11:42:41 -0500 Subject: [PATCH] Fixed syntax error in build script --- scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 899d2cf6..cd3ed8cb 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -62,7 +62,7 @@ CARLA_TAR="CARLA_0.9.10.tar.gz" cd /home/carma/src/ if [[ ! -f "$CARLA_TAR" ]]; then echo "!!! $CARLA_TAR not present in the installation directory, downloading automatically instead. This could take a long time, consider downloading the file manually and placing it in the installation directory. !!!" - wget "-q https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/CARLA_0.9.10.tar.gz" + wget -q "https://carla-releases.s3.eu-west-3.amazonaws.com/Linux/CARLA_0.9.10.tar.gz" fi sudo mkdir -p /opt/carla