Update ffmpeg_install.py

Increases up-to-dateness of the ffmpeg package for linux machines.
pull/1902/head
Burak Karakoc 2 years ago committed by GitHub
parent 99de32e65e
commit 0032a080ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ def ffmpeg_install_windows():
def ffmpeg_install_linux():
try:
subprocess.run(
"sudo apt install ffmpeg",
"sudo apt-get update && sudo apt install ffmpeg",
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,

Loading…
Cancel
Save