fix canary in nest

This commit is contained in:
Ward from fusion-voyager-3 2024-08-10 17:37:04 +03:00
parent b5582ec9be
commit a575248e1a
2 changed files with 1 additions and 13 deletions

View File

@ -1 +1 @@
1
2

View File

@ -4,18 +4,6 @@ set -e
export DEBIAN_FRONTEND="noninteractive"
# Add canary repo
tee /etc/apt/sources.list.d/canary.sources <<'EOF'
X-Repolib-Name: PikaOS Canary System Sources
Enabled: yes
Types: deb
URIs: https://ppa.pika-os.com/
Suites: pika
Components: canary
Signed-By: /etc/apt/keyrings/pika-keyring.gpg.key
EOF
# Update APT Caches
apt-get update -y