[neon/infrastructure/pangea-data] imager/config-hooks-neon: download it instead of waiting for the package to be installed
Carlos De Maine
null at kde.org
Fri Aug 2 17:21:30 BST 2024
Git commit 32805e274a354e1c90e14bfe594f7ca7ea0f3002 by Carlos De Maine.
Committed on 02/08/2024 at 16:21.
Pushed by carlosdem into branch 'master'.
download it instead of waiting for the package to be installed
M +2 -1 imager/config-hooks-neon/99-preinstalled-pool.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/32805e274a354e1c90e14bfe594f7ca7ea0f3002
diff --git a/imager/config-hooks-neon/99-preinstalled-pool.sh b/imager/config-hooks-neon/99-preinstalled-pool.sh
index b194d3e..72b87af 100644
--- a/imager/config-hooks-neon/99-preinstalled-pool.sh
+++ b/imager/config-hooks-neon/99-preinstalled-pool.sh
@@ -11,7 +11,8 @@ EOF
# make sure we have a copy of the neon-archive-keyring.gpg
# to be used as the preinstalled-pool's pubring.gpg
-cp /usr/share/keyrings/neon-archive-keyring.gpg config/gnupg/pubring.gpg
+wget https://archive.neon.kde.org/public.key
+cp public.key config/gnupg/pubring.gpg
for component in $COMPONENTS; do
(cd config/indices && \
More information about the Neon-commits
mailing list