Skip to content

Commit

Permalink
Avoid asking for confirmation when setup the container
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Tremblay committed Mar 25, 2024
1 parent 1b37aba commit 8789d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
cd "$(dirname "$0")/.."

sudo apt-get update
sudo apt-get install libturbojpeg0 ffmpeg
sudo apt-get install -y libturbojpeg0 ffmpeg


python3 -m pip install --requirement requirements.txt
Expand Down

0 comments on commit 8789d4e

Please sign in to comment.