From e3f4ed0bc7abf7b215d322c824fe3929ebedf6c4 Mon Sep 17 00:00:00 2001 From: amarcu5 Date: Mon, 17 Oct 2022 18:02:45 +0100 Subject: [PATCH] Add "Origin: Google" to the APT repo metadata --- tools/make_apt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/make_apt.sh b/tools/make_apt.sh index e35ec8237..3ed5c9009 100755 --- a/tools/make_apt.sh +++ b/tools/make_apt.sh @@ -153,6 +153,7 @@ APT { Architectures "${arches[@]}"; Suite "${suite}"; Components "main"; + Origin "Google"; }; }; };