Created
July 18, 2019 01:15
-
-
Save Domin8-IPTV/e4771dcac6a5b89c61c3987a39ce088e to your computer and use it in GitHub Desktop.
obs-install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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