forked from images/live-iso-gnome
attempt 3 at fixing booster
This commit is contained in:
parent
dbb6a68341
commit
98125d27f0
2
.github/push-iso
vendored
2
.github/push-iso
vendored
@ -1 +1 @@
|
||||
12
|
||||
13
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user