Skip to content

Commit

Permalink
Update Ubuntu Build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyarger committed Feb 7, 2021
1 parent 2239cf1 commit f1dfc77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CI/install-dependencies-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -ex
sudo add-apt-repository -y ppa:obsproject/obs-studio
sudo apt-get -qq update
echo updated
sudo cp /etc/apt/sources.list /etc/apt/sources.list~
sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
sudo apt-get update
sudo apt-get -y build-dep obs-studio

sudo apt-get install -y \
Expand Down

0 comments on commit f1dfc77

Please sign in to comment.