[neon/infrastructure/pangea-data] imager/config-hooks-neon: Make sure curl is installed

Carlos De Maine null at kde.org
Fri Aug 16 07:43:09 BST 2024


Git commit 22e394719dbcfbc743b305d90ed1409a1a994794 by Carlos De Maine.
Committed on 16/08/2024 at 06:43.
Pushed by carlosdem into branch 'master'.

Make sure curl is installed

M  +2    -0    imager/config-hooks-neon/repo.sh

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/22e394719dbcfbc743b305d90ed1409a1a994794

diff --git a/imager/config-hooks-neon/repo.sh b/imager/config-hooks-neon/repo.sh
index e5449ea..b80b6e4 100644
--- a/imager/config-hooks-neon/repo.sh
+++ b/imager/config-hooks-neon/repo.sh
@@ -24,6 +24,8 @@ apt-key export '444D ABCF 3667 D028 3F89 4EDD E6D4 7362 5575 1E5D' | $GPG \
 
 else
 
+apt install -y curl
+
   # use this hack until new neon-keyring is in the wild, then we can use cp down below
   mkdir -p /etc/apt/keyring
   curl -s --compressed "https://invent.kde.org/neon/neon/keyring/-/raw/work/overhaul/keyrings/neon-archive-keyring.gpg?ref_type=heads&inline=false" |  tee /etc/apt/keyring/neon-archive-keyring-web.gpg >/dev/null


More information about the Neon-commits mailing list