From 98125d27f0275f76c31ea1fc0a44302556f3006e Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 1 Aug 2024 16:36:46 +0300 Subject: [PATCH] attempt 3 at fixing booster --- .github/push-iso | 2 +- chroot_scripts/0-chroot.sh | 2 +- chroot_scripts/1-baseos.sh | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/push-iso b/.github/push-iso index 48082f7..b1bd38b 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -12 +13 diff --git a/chroot_scripts/0-chroot.sh b/chroot_scripts/0-chroot.sh index 152cd45..1a4f743 100755 --- a/chroot_scripts/0-chroot.sh +++ b/chroot_scripts/0-chroot.sh @@ -7,7 +7,7 @@ export DEBIAN_FRONTEND="noninteractive" # Update APT Caches apt-get update -y -apt-get install pika-sources -y +apt-get install pika-sources booster-temp booster-placeholder -y # Add canary repo diff --git a/chroot_scripts/1-baseos.sh b/chroot_scripts/1-baseos.sh index 2f1fb2b..8cf98de 100755 --- a/chroot_scripts/1-baseos.sh +++ b/chroot_scripts/1-baseos.sh @@ -4,11 +4,7 @@ set -e export DEBIAN_FRONTEND="noninteractive" -# Install PikaOS Basics - -apt-get install --yes --option Dpkg::Options::="--force-confnew" \ - booster-temp \ - booster-placeholder +# Install PikaOS Basics apt-get install --yes --option Dpkg::Options::="--force-confnew" \ pika-baseos \