Skip to content

Commit

Permalink
Fixed syntax error in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Jan 11, 2024
1 parent 8d4b7fe commit e514c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e514c4a

Please sign in to comment.