I'm trying to install Open VPN using the official instructions available here:
https://community.openvpn.net/openvp.../OpenVPN3Linux
However, I'm failing at this step:
curl -fsSL https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/openvpn-repo-pkg-keyring.gpg
The terminal prompts:
bash: /etc/apt/sources.list.d/openvpn3.list: Permission denied
What do I do? Thanks!