From a575248e1a2efdfd90e8f8c55a4acfbe19ed8249 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sat, 10 Aug 2024 17:37:04 +0300 Subject: [PATCH] fix canary in nest --- .github/release-nest-v3-nvidia-iso | 2 +- chroot_scripts/0-chroot.sh | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/release-nest-v3-nvidia-iso b/.github/release-nest-v3-nvidia-iso index 56a6051..d8263ee 100644 --- a/.github/release-nest-v3-nvidia-iso +++ b/.github/release-nest-v3-nvidia-iso @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/chroot_scripts/0-chroot.sh b/chroot_scripts/0-chroot.sh index 56bfe2b..5e91d28 100755 --- a/chroot_scripts/0-chroot.sh +++ b/chroot_scripts/0-chroot.sh @@ -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