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