From dbb6a6834142e2d56c526aac1e5031b61539fe08 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Thu, 1 Aug 2024 16:32:47 +0300 Subject: [PATCH] attempt 2 at fixing booster --- .github/push-iso | 2 +- chroot_scripts/1-baseos.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/push-iso b/.github/push-iso index 9d60796..48082f7 100644 --- a/.github/push-iso +++ b/.github/push-iso @@ -1 +1 @@ -11 \ No newline at end of file +12 diff --git a/chroot_scripts/1-baseos.sh b/chroot_scripts/1-baseos.sh index ea2eec6..2f1fb2b 100755 --- a/chroot_scripts/1-baseos.sh +++ b/chroot_scripts/1-baseos.sh @@ -6,9 +6,12 @@ export DEBIAN_FRONTEND="noninteractive" # Install PikaOS Basics +apt-get install --yes --option Dpkg::Options::="--force-confnew" \ + booster-temp \ + booster-placeholder + apt-get install --yes --option Dpkg::Options::="--force-confnew" \ pika-baseos \ - booster-temp \ console-setup \ console-setup-linux \ sudo \