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