From 0185585827f1e3ff74bc848c42bf4cc492361a1e Mon Sep 17 00:00:00 2001 From: Regolith Linux Date: Sun, 15 Oct 2023 09:36:06 -0700 Subject: [PATCH] fix: reinstall vlc ppa to address build error (experimental) --- stage/experimental/debian/bullseye/amd64/setup.sh | 2 ++ stage/release-2_1/debian/bullseye/amd64/setup.sh | 2 ++ stage/release-2_2/debian/bullseye/amd64/setup.sh | 2 ++ stage/release-3_0/debian/bullseye/amd64/setup.sh | 2 ++ stage/testing/debian/bullseye/amd64/setup.sh | 2 ++ stage/unstable/debian/bullseye/amd64/setup.sh | 2 ++ 6 files changed, 12 insertions(+) diff --git a/stage/experimental/debian/bullseye/amd64/setup.sh b/stage/experimental/debian/bullseye/amd64/setup.sh index 8739724e..63fe9e21 100644 --- a/stage/experimental/debian/bullseye/amd64/setup.sh +++ b/stage/experimental/debian/bullseye/amd64/setup.sh @@ -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 \ No newline at end of file diff --git a/stage/release-2_1/debian/bullseye/amd64/setup.sh b/stage/release-2_1/debian/bullseye/amd64/setup.sh index 8739724e..63fe9e21 100644 --- a/stage/release-2_1/debian/bullseye/amd64/setup.sh +++ b/stage/release-2_1/debian/bullseye/amd64/setup.sh @@ -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 \ No newline at end of file diff --git a/stage/release-2_2/debian/bullseye/amd64/setup.sh b/stage/release-2_2/debian/bullseye/amd64/setup.sh index 8739724e..63fe9e21 100644 --- a/stage/release-2_2/debian/bullseye/amd64/setup.sh +++ b/stage/release-2_2/debian/bullseye/amd64/setup.sh @@ -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 \ No newline at end of file diff --git a/stage/release-3_0/debian/bullseye/amd64/setup.sh b/stage/release-3_0/debian/bullseye/amd64/setup.sh index 8739724e..63fe9e21 100644 --- a/stage/release-3_0/debian/bullseye/amd64/setup.sh +++ b/stage/release-3_0/debian/bullseye/amd64/setup.sh @@ -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 \ No newline at end of file diff --git a/stage/testing/debian/bullseye/amd64/setup.sh b/stage/testing/debian/bullseye/amd64/setup.sh index 8739724e..63fe9e21 100644 --- a/stage/testing/debian/bullseye/amd64/setup.sh +++ b/stage/testing/debian/bullseye/amd64/setup.sh @@ -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 \ No newline at end of file diff --git a/stage/unstable/debian/bullseye/amd64/setup.sh b/stage/unstable/debian/bullseye/amd64/setup.sh index 8739724e..63fe9e21 100644 --- a/stage/unstable/debian/bullseye/amd64/setup.sh +++ b/stage/unstable/debian/bullseye/amd64/setup.sh @@ -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 \ No newline at end of file