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

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 16:49:46 +03:00
parent 289f693c20
commit 9ba4671f48
2 changed files with 5 additions and 5 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
15 16

View File

@ -22,10 +22,10 @@ apt-get update -y
apt-get install pika-sources -y apt-get install pika-sources -y
# Actions to do before package lists # Actions to do before package lists
sudo apt install initramfs-tools adwaita-icon-theme humanity-icon-theme amdgpu-drm --yes --option Acquire::Retries=5 apt-get install initramfs-tools adwaita-icon-theme amdgpu-drm --yes --option Dpkg::Options::="--force-confnew"
sudo apt install desktop-file-utils --yes --option Acquire::Retries=5 apt-get install desktop-file-utils --yes --option Dpkg::Options::="--force-confnew"
sudo apt install kernel-pika --yes --option Acquire::Retries=5 apt-get install kernel-pika --yes --option Dpkg::Options::="--force-confnew"
sudo apt install booster-placeholder --yes --option Acquire::Retries=5 apt-get install booster-placeholder --yes --option Dpkg::Options::="--force-confnew"
# Upgrade system with new cache # Upgrade system with new cache