This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/installOBS.sh
2022-02-03 17:51:02 +01:00

8 lines
167 B
Bash

# Add repo
sudo add-apt-repository ppa:obsproject/obs-studio -y
# Installation
sudo apt update
sudo apt install ffmpeg obs-studio -y
echo -e "\nOBS installed! 🎉"