Skip to content

Instantly share code, notes, and snippets.

@Domin8-IPTV
Created July 18, 2019 01:15
Show Gist options
  • Save Domin8-IPTV/e4771dcac6a5b89c61c3987a39ce088e to your computer and use it in GitHub Desktop.
Save Domin8-IPTV/e4771dcac6a5b89c61c3987a39ce088e to your computer and use it in GitHub Desktop.
obs-install
#!/bin/bash
sudo apt-add-repository -y ppa:kirillshkrogalev/ffmpeg-next && sudo apt-add-repository -y ppa:obsproject/obs-studio
sudo apt-get update
sudo apt-get install ffmpeg obs-studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment