Last active
July 26, 2020 10:07
-
-
Save arpitjindal97/31a756df9895f313f18c6c18c14536e6 to your computer and use it in GitHub Desktop.
Ubuntu Server 18.04 Raspi 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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