Skip to content

Instantly share code, notes, and snippets.

@Domin8-IPTV
Created November 15, 2019 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Domin8-IPTV/5c67df266a57327f58755ff1c9e85234 to your computer and use it in GitHub Desktop.
Save Domin8-IPTV/5c67df266a57327f58755ff1c9e85234 to your computer and use it in GitHub Desktop.
ffmpeg.sh
#!/bin/bash
#update and upgrade Ubuntu
sudo apt-get update && sudo apt-get upgrade -y ;\
#install ffmpeg
sudo add-apt-repository ppa:jonathonf/ffmpeg-4 ;\
sudo apt-get update ;\
sudo apt-get install ffmpeg -y ;\
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment