Skip to content

Commit

Permalink
fix: reinstall vlc ppa to address build error (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
Regolith Linux committed Oct 15, 2023
1 parent aec288e commit 0185585
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stage/experimental/debian/bullseye/amd64/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

# This PPA adds nececessary backports for debbuild helper 13
sudo apt install -y software-properties-common

sudo add-apt-repository --remove -y ppa:videolan/master-daily
sudo add-apt-repository -y ppa:videolan/master-daily
2 changes: 2 additions & 0 deletions stage/release-2_1/debian/bullseye/amd64/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

# This PPA adds nececessary backports for debbuild helper 13
sudo apt install -y software-properties-common

sudo add-apt-repository --remove -y ppa:videolan/master-daily
sudo add-apt-repository -y ppa:videolan/master-daily
2 changes: 2 additions & 0 deletions stage/release-2_2/debian/bullseye/amd64/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

# This PPA adds nececessary backports for debbuild helper 13
sudo apt install -y software-properties-common

sudo add-apt-repository --remove -y ppa:videolan/master-daily
sudo add-apt-repository -y ppa:videolan/master-daily
2 changes: 2 additions & 0 deletions stage/release-3_0/debian/bullseye/amd64/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

# This PPA adds nececessary backports for debbuild helper 13
sudo apt install -y software-properties-common

sudo add-apt-repository --remove -y ppa:videolan/master-daily
sudo add-apt-repository -y ppa:videolan/master-daily
2 changes: 2 additions & 0 deletions stage/testing/debian/bullseye/amd64/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

# This PPA adds nececessary backports for debbuild helper 13
sudo apt install -y software-properties-common

sudo add-apt-repository --remove -y ppa:videolan/master-daily
sudo add-apt-repository -y ppa:videolan/master-daily
2 changes: 2 additions & 0 deletions stage/unstable/debian/bullseye/amd64/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

# This PPA adds nececessary backports for debbuild helper 13
sudo apt install -y software-properties-common

sudo add-apt-repository --remove -y ppa:videolan/master-daily
sudo add-apt-repository -y ppa:videolan/master-daily

0 comments on commit 0185585

Please sign in to comment.