https://mullvad.net/en/help/install-mullvad-app-linux

Trying to install VPN and these are the instructions Mullvad is giving me. This is ridiculous. There must be a more simple way. I know how to follow the instructions but I have no idea what I’m doing here. Can’t I just download a file and install it? I’m on Ubuntu.

  • TrickDacy@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    6 months ago

    Wow, interesting. You may be able to install curl to fix that like this:

    sudo apt-get update
    sudo apt-get install curl
    

    Can’t hurt to try