astroport/www/LOVELand/_CopyLaRadio/install_osb-studio.sh

17 lines
431 B
Bash
Executable File

#!/bin/bash
# May run on ElementaryOS try it and tell us @Attilax!
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt update
sudo apt install obs-studio -y
# Screen recording + sound DJing + code seeing
sudo apt install simplescreenrecorder mixxx geany -y
# Gig anime
sudo add-apt-repository ppa:peek-developers/stable
sudo apt update
sudo apt install peek
sudo apt install gifsicle luarocks libgirepository1.0-dev -y