attempt 5 at fixing booster
Some checks failed
Push ISO / build (push) Failing after 1m14s

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 16:46:30 +03:00
parent e4defc8ddd
commit 289f693c20
2 changed files with 12 additions and 7 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
14 15

View File

@ -4,12 +4,6 @@ set -e
export DEBIAN_FRONTEND="noninteractive" export DEBIAN_FRONTEND="noninteractive"
# Update APT Caches
apt-get update -y
apt-get remove booster -y || true
apt-get install pika-sources booster-temp booster-placeholder -y
# Add canary repo # Add canary repo
tee /etc/apt/sources.list.d/canary.sources <<'EOF' tee /etc/apt/sources.list.d/canary.sources <<'EOF'
@ -22,6 +16,17 @@ Components: canary
Signed-By: /etc/apt/keyrings/pika-keyring.gpg.key Signed-By: /etc/apt/keyrings/pika-keyring.gpg.key
EOF EOF
# Update APT Caches
apt-get update -y
apt-get install pika-sources -y
# Actions to do before package lists
sudo apt install initramfs-tools adwaita-icon-theme humanity-icon-theme amdgpu-drm --yes --option Acquire::Retries=5
sudo apt install desktop-file-utils --yes --option Acquire::Retries=5
sudo apt install kernel-pika --yes --option Acquire::Retries=5
sudo apt install booster-placeholder --yes --option Acquire::Retries=5
# Upgrade system with new cache # Upgrade system with new cache
apt-get full-upgrade --yes --option Dpkg::Options::="--force-confnew" apt-get full-upgrade --yes --option Dpkg::Options::="--force-confnew"