attempt 3 at fixing booster

This commit is contained in:
Ward from fusion-voyager-3 2024-08-01 16:36:46 +03:00
parent dbb6a68341
commit 98125d27f0
3 changed files with 3 additions and 7 deletions

2
.github/push-iso vendored
View File

@ -1 +1 @@
12 13

View File

@ -7,7 +7,7 @@ export DEBIAN_FRONTEND="noninteractive"
# Update APT Caches # Update APT Caches
apt-get update -y apt-get update -y
apt-get install pika-sources -y apt-get install pika-sources booster-temp booster-placeholder -y
# Add canary repo # Add canary repo

View File

@ -4,11 +4,7 @@ set -e
export DEBIAN_FRONTEND="noninteractive" export DEBIAN_FRONTEND="noninteractive"
# Install PikaOS Basics # 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" \ apt-get install --yes --option Dpkg::Options::="--force-confnew" \
pika-baseos \ pika-baseos \