Update E01pikarepo
This commit is contained in:
parent
886ea8e60e
commit
fc553bbbfe
@ -3,6 +3,7 @@
|
|||||||
apt-get install wget -y
|
apt-get install wget -y
|
||||||
|
|
||||||
mkdir -p /etc/apt/sources.list.d
|
mkdir -p /etc/apt/sources.list.d
|
||||||
|
rm -rf /etc/apt/sources.list.d/*
|
||||||
|
|
||||||
# Clear /etc/apt/sources.list in favor of deb822 formats
|
# Clear /etc/apt/sources.list in favor of deb822 formats
|
||||||
tee /etc/apt/sources.list <<'EOF'
|
tee /etc/apt/sources.list <<'EOF'
|
||||||
@ -21,15 +22,8 @@ Suites: sid experimental
|
|||||||
Components: main contrib non-free non-free-firmware
|
Components: main contrib non-free non-free-firmware
|
||||||
X-Repolib-Default-Mirror: http://deb.debian.org/debian
|
X-Repolib-Default-Mirror: http://deb.debian.org/debian
|
||||||
Signed-by: /usr/share/keyrings/debian-archive-keyring.gpg
|
Signed-by: /usr/share/keyrings/debian-archive-keyring.gpg
|
||||||
Allow-Insecure: yes
|
|
||||||
Allow-Weak: yes
|
|
||||||
Allow-Downgrade-To-Insecure: yes
|
|
||||||
Trusted: yes
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
touch /etc/apt/apt.conf.d/99verify-peer.conf \
|
|
||||||
&& echo >>/etc/apt/apt.conf.d/99verify-peer.conf "Acquire { https::Verify-Peer false }"
|
|
||||||
|
|
||||||
chmod 755 /etc /etc/ssl /etc/ssl/certs
|
chmod 755 /etc /etc/ssl /etc/ssl/certs
|
||||||
chmod 644 /etc/ssl/certs/ca-certificates.crt
|
chmod 644 /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
@ -44,15 +38,11 @@ X-Repolib-Name: PikaOS System Sources
|
|||||||
Enabled: yes
|
Enabled: yes
|
||||||
Types: deb
|
Types: deb
|
||||||
URIs: https://ppa.pika-os.com/
|
URIs: https://ppa.pika-os.com/
|
||||||
Suites: pikauwu
|
Suites: pika
|
||||||
Components: canary
|
Components: canary
|
||||||
X-Repolib-ID: system
|
X-Repolib-ID: system
|
||||||
X-Repolib-Default-Mirror: https://ppa.pika-os.com/
|
X-Repolib-Default-Mirror: https://ppa.pika-os.com/
|
||||||
Signed-By: /etc/apt/keyrings/pika-keyring.gpg.key
|
Signed-By: /etc/apt/keyrings/pika-keyring.gpg.key
|
||||||
Allow-Insecure: yes
|
|
||||||
Allow-Weak: yes
|
|
||||||
Allow-Downgrade-To-Insecure: yes
|
|
||||||
Trusted: yes
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Add DMO Repos
|
# Add DMO Repos
|
||||||
@ -65,15 +55,8 @@ Suites: sid
|
|||||||
Components: main non-free
|
Components: main non-free
|
||||||
X-Repolib-Default-Mirror: https://www.deb-multimedia.org/
|
X-Repolib-Default-Mirror: https://www.deb-multimedia.org/
|
||||||
Signed-By: /etc/apt/keyrings/deb-multimedia-keyring.gpg
|
Signed-By: /etc/apt/keyrings/deb-multimedia-keyring.gpg
|
||||||
Allow-Insecure: yes
|
|
||||||
Allow-Weak: yes
|
|
||||||
Allow-Downgrade-To-Insecure: yes
|
|
||||||
Trusted: yes
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Workarounds Repo
|
|
||||||
echo "deb [trusted=yes] https://raw.githubusercontent.com/PikaOS-Linux/repo-debian-build-workarounds/main sid main" > /etc/apt/sources.list.d/deb-workarounds.list
|
|
||||||
|
|
||||||
# Get keyrings
|
# Get keyrings
|
||||||
mkdir -p /etc/apt/keyrings/
|
mkdir -p /etc/apt/keyrings/
|
||||||
wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/pika-keyring.gpg.key -O /etc/apt/keyrings/pika-keyring.gpg.key
|
wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/pika-keyring.gpg.key -O /etc/apt/keyrings/pika-keyring.gpg.key
|
||||||
@ -91,36 +74,18 @@ Package: *
|
|||||||
Pin: release o=Unofficial Multimedia Packages
|
Pin: release o=Unofficial Multimedia Packages
|
||||||
Pin-Priority: 550
|
Pin-Priority: 550
|
||||||
|
|
||||||
Package: *
|
Package: pika-abi-bridge*
|
||||||
Pin: release l=repo-debian-build-workarounds
|
Pin: release a=pika,c=canary
|
||||||
Pin-Priority: 600
|
Pin-Priority: 600
|
||||||
|
|
||||||
# Give pika lowest priority because we don't want it sources overwriting
|
# Give pika lowest priority because we don't want it sources overwriting
|
||||||
Package: *
|
Package: *
|
||||||
Pin: release a=pikauwu,c=canary
|
Pin: release a=pika,c=canary
|
||||||
Pin-Priority: 390
|
Pin-Priority: 390
|
||||||
EOF
|
|
||||||
|
|
||||||
tee /etc/apt/preferences.d/1-pika-radeon-settings <<'EOF'
|
Package: pika-abi-bridge*
|
||||||
Package: libhsa-runtime64*
|
Pin: release a=pika,c=canary
|
||||||
Pin: release o=Debian
|
Pin-Priority: 600
|
||||||
Pin-Priority: 100
|
|
||||||
|
|
||||||
Package: hipcc*
|
|
||||||
Pin: release o=Debian
|
|
||||||
Pin-Priority: 100
|
|
||||||
|
|
||||||
Package: rocm*
|
|
||||||
Pin: release o=Debian
|
|
||||||
Pin-Priority: 100
|
|
||||||
|
|
||||||
Package: *
|
|
||||||
Pin: release c=rocm
|
|
||||||
Pin-Priority: 400
|
|
||||||
|
|
||||||
Package: amdgpu-core amdgpu-pro-core amdgpu-dkms amdgpu-pro-lib32
|
|
||||||
Pin: release a=*
|
|
||||||
Pin-Priority: -10
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/0-debian-exp-overrides -O /etc/apt/preferences.d/0-debian-exp-overrides
|
wget https://github.com/PikaOS-Linux/pika-base-debian-container/raw/main/0-debian-exp-overrides -O /etc/apt/preferences.d/0-debian-exp-overrides
|
||||||
|
Loading…
Reference in New Issue
Block a user