Skip to content

Commit ea82fab

Browse files
committed
Confirm install libssl-dev on ubuntu
1 parent 25bf88f commit ea82fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/build_ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ then
167167
if [ "$(uname)" == "Darwin" ]; then
168168
brew install openssl
169169
else
170-
sudo apt-get install libssl-dev
170+
sudo apt-get install -y libssl-dev
171171
fi
172172
elif [ $ARCH == "arm" ]
173173
then

0 commit comments

Comments
 (0)