On 4/5/22 19:20, 'Johannes Graumann' via qubes-users wrote: > However, I now realize that a proper Qubes template does not have > standard internet access even when being updated, so that route is > barred. > > How would you go about this? Just manual downloading the rpm and > installing it into the template does the trick, but I'd vastly prefer a > salty solution.
I'm using a salt solution to install zoom inspired by unman's script: https://github.com/unman/notes/blob/master/gpg_in_templates like that in a debian template as a salt state: install-zoom: cmd.run: - names: - wget --no-verbose -e use_proxy=on -e https_proxy=127.0.0.1:8082 -O ~/zoom_amd64.deb https://zoom.us/client/latest/zoom_amd64.deb - sudo apt-get install ~/zoom_amd64.deb -y -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/35fe0e98-844f-743a-fdbf-b9a7b0d1fbbb%40gmx.de.
