Skip to content

Commit

Permalink
ubuntu deps fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyarger committed Feb 7, 2021
1 parent f1dfc77 commit 5ea214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/install-dependencies-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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
Expand Down

0 comments on commit 5ea214b

Please sign in to comment.