Skip to content

Instantly share code, notes, and snippets.

@vsefer
Last active September 26, 2017 01:40
Show Gist options
  • Save vsefer/ffa4e434e1da74da6a996c83f1c2be98 to your computer and use it in GitHub Desktop.
Save vsefer/ffa4e434e1da74da6a996c83f1c2be98 to your computer and use it in GitHub Desktop.
OBS on Debian Testing from Ubuntu repo
sudo apt-get remove libobs* --purge
sudo apt-get remove obs-studio --purge
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EFC71127F425E228
sudo apt-get update
sudo apt-get -t artfull install obs-studio
obs --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment