From 9ba4671f4803c988ed608e45761617ba241fe6fc Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 1 Aug 2024 16:49:46 +0300 Subject: [PATCH] attempt 6 at fixing booster --- .github/push-iso | 2 +- chroot_scripts/0-chroot.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/push-iso b/.github/push-iso index 60d3b2f..b6a7d89 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -15 +16 diff --git a/chroot_scripts/0-chroot.sh b/chroot_scripts/0-chroot.sh index b94bea8..7470d0b 100755 --- a/chroot_scripts/0-chroot.sh +++ b/chroot_scripts/0-chroot.sh @@ -22,10 +22,10 @@ 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 +apt-get install initramfs-tools adwaita-icon-theme amdgpu-drm --yes --option Dpkg::Options::="--force-confnew" +apt-get install desktop-file-utils --yes --option Dpkg::Options::="--force-confnew" +apt-get install kernel-pika --yes --option Dpkg::Options::="--force-confnew" +apt-get install booster-placeholder --yes --option Dpkg::Options::="--force-confnew" # Upgrade system with new cache