Skip to content

Instantly share code, notes, and snippets.

@arpitjindal97
Last active July 26, 2020 10:07
Show Gist options
  • Save arpitjindal97/31a756df9895f313f18c6c18c14536e6 to your computer and use it in GitHub Desktop.
Save arpitjindal97/31a756df9895f313f18c6c18c14536e6 to your computer and use it in GitHub Desktop.
Ubuntu Server 18.04 Raspi 3
# ubuntu 18.04 bionic server for Raspberry Pi 3 arm64
sudo apt-get update
sudo apt install libcap2-bin jq dirmngr ipset resolvconf openvpn software-properties-common wireguard-dkms wireguard
export PPA="ppa:mysteriumnetwork/node"
export PPA_URL="http://ppa.launchpad.net/mysteriumnetwork/node/ubuntu"
export PPA_FINGER="ECCB6A56B22C536D"
sudo add-apt-repository -y "$PPA"
sudo apt install -y myst
sudo systemctl enable mysterium-node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment