I’m trying to do something like this in my template curl -fSsL https://blablabla/FILENAME.GPG | sudo gpg --dearmor | sudo tee /usr/share/keyrings/thefile.gpg > /dev/null
But this way I get curl error of Could not resolve host
So… I googled half a day for this and couldn’t do much…
I tried to download that .gpg file in another qube and transfer it to the template, but I don’t really understand how I can manually import that .gpg file…
I use debian template and I have curl and apt-transport-https installed