setup: prevent debconf asking about tzdata

This commit is contained in:
Julian Oes 2020-01-16 10:53:06 +01:00 committed by Lorenz Meier
parent 83ccc4e61e
commit ca7327056c
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ if [[ $INSTALL_SIM == "true" ]]; then
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
sudo apt-get update -yy --quiet
sudo apt-get -yy --quiet --no-install-recommends install \
sudo DEBIAN_FRONTEND=noninteractive apt-get -yy --quiet --no-install-recommends install \
gazebo9 \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-base \