From 106a105127ca02052e42e1f91195c2d38e53c63c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 28 Mar 2021 02:19:07 +0000 Subject: [PATCH] Update migration script for L4T --- debian/postinst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/postinst b/debian/postinst index 83345e6..bc174f7 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,10 +1,10 @@ #!/bin/bash -NEW_REPO_SUFFIX=qt -OLD_REPO_SUFFIX=raspbian -GPG_ID=2F6AE14E1C660D44 -DISTRO=raspbian -CODENAME=buster +NEW_REPO_SUFFIX=l4t +OLD_REPO_SUFFIX=l4t +GPG_ID=75B5C67A010F2EA5 +DISTRO=ubuntu +CODENAME=bionic # This script handles migration from Bintray to Cloudsmith seamlessly to # avoid users being stuck without updates and having to fix things manually.