Switch to new internal repos
This commit is contained in:
parent
7e2dcc61df
commit
0f43113483
@ -3,3 +3,4 @@
|
||||
set -e
|
||||
|
||||
rm -rf /etc/apt/sources.list.d/pika-*.source || true
|
||||
rm -rf /etc/apt/preferences.d/*pika* || true
|
||||
|
@ -1,4 +0,0 @@
|
||||
# Firefox Priority Override
|
||||
Package: *
|
||||
Pin: release o=LP-PPA-mozillateam
|
||||
Pin-Priority: 501
|
@ -1,7 +1,3 @@
|
||||
Package: *
|
||||
Pin: release o=repo.radeon.com
|
||||
Pin-Priority: 200
|
||||
|
||||
Package: libhsa-runtime64*
|
||||
Pin: release o=Ubuntu
|
||||
Pin-Priority: 100
|
||||
|
@ -1,7 +0,0 @@
|
||||
X-Repolib-Name: Official AMDGPU Sources
|
||||
Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: https://repo.radeon.com/amdgpu/5.5.3/ubuntu
|
||||
Suites: jammy
|
||||
Components: main proprietary
|
||||
Signed-By: /etc/apt/keyrings/rocm-keyring.gpg.key
|
@ -1,7 +0,0 @@
|
||||
X-Repolib-Name: Official AMDVLK Sources
|
||||
Enabled: yes
|
||||
Types: deb
|
||||
URIs: https://repo.radeon.com/amdvlk/apt/debian
|
||||
Suites: bionic
|
||||
Components: main
|
||||
Signed-By: /etc/apt/keyrings/amdvlk.gpg.key
|
@ -1,7 +0,0 @@
|
||||
X-Repolib-Name: XtraDeb Apps PPA
|
||||
Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu
|
||||
Suites: lunar
|
||||
Components: main
|
||||
Signed-By: /etc/apt/keyrings/xtradeb-ubuntu-apps.gpg.key
|
@ -1,7 +0,0 @@
|
||||
X-Repolib-Name: Kubuntu KDE Backports Sources
|
||||
Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: https://ppa.launchpadcontent.net/kubuntu-ppa/backports/ubuntu
|
||||
Suites: lunar
|
||||
Components: main
|
||||
Signed-By: /etc/apt/keyrings/kubuntu-ppa.gpg.key
|
@ -1,7 +0,0 @@
|
||||
X-Repolib-Name: PikaOS Launchpad Sources
|
||||
Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: https://ppa.launchpadcontent.net/pikaos/pika/ubuntu
|
||||
Suites: lunar
|
||||
Components: main
|
||||
Signed-By: /etc/apt/keyrings/pika-ppa-keyring.gpg.key
|
@ -3,5 +3,5 @@ Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: https://ppa.pika-os.com/
|
||||
Suites: lunar
|
||||
Components: main
|
||||
Components: main amdgpu rocm external
|
||||
Signed-By: /etc/apt/keyrings/pika-keyring.gpg.key
|
@ -1,7 +0,0 @@
|
||||
X-Repolib-Name: Official Mozilla Sources
|
||||
Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu
|
||||
Suites: lunar
|
||||
Components: main
|
||||
Signed-By: /etc/apt/keyrings/mozillateam-ubuntu-ppa.gpg.key
|
@ -1,8 +0,0 @@
|
||||
X-Repolib-Name: Official ROCm Sources
|
||||
Enabled: yes
|
||||
Types: deb
|
||||
URIs: https://repo.radeon.com/rocm/apt/5.6
|
||||
Suites: jammy
|
||||
Components: main
|
||||
Architectures: amd64
|
||||
Signed-By: /etc/apt/keyrings/rocm-keyring.gpg.key
|
@ -1,8 +0,0 @@
|
||||
X-Repolib-Name: Official Steam Sources
|
||||
Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: http://repo.steampowered.com/steam
|
||||
Suites: stable
|
||||
Components: steam
|
||||
Architectures: amd64 i386
|
||||
Signed-By: /etc/apt/keyrings/steam_pika.gpg.key
|
@ -1,8 +0,0 @@
|
||||
X-Repolib-Name: Official WineHQ Sources
|
||||
Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: https://dl.winehq.org/wine-builds/ubuntu
|
||||
Suites: lunar
|
||||
Components: main
|
||||
Architectures: amd64 i386
|
||||
Signed-By: /etc/apt/keyrings/winehq-archive.key
|
@ -1,7 +0,0 @@
|
||||
X-Repolib-Name: XtraDeb Play PPA
|
||||
Enabled: yes
|
||||
Types: deb deb-src
|
||||
URIs: https://ppa.launchpadcontent.net/xtradeb/play/ubuntu
|
||||
Suites: lunar
|
||||
Components: main
|
||||
Signed-By: /etc/apt/keyrings/xtradeb-ubuntu-play.gpg.key
|
@ -21,5 +21,5 @@ check_output = subprocess.run(["dpkg -s libc6:amd64 && dpkg -s libc6:i386"], she
|
||||
if (check_output.returncode) != 0:
|
||||
subprocess.run(["/usr/bin/x-terminal-emulator -e bash -c 'sudo apt install -y libc6:amd64 libc6:i386'"], shell=True)
|
||||
exit(0)
|
||||
else
|
||||
else:
|
||||
exit(0)
|
Loading…
Reference in New Issue
Block a user