Last active
November 14, 2020 22:18
-
-
Save milankragujevic/e0d5a3e8da037502288d6a7baff7fc8f to your computer and use it in GitHub Desktop.
Setup OpenMPTCProuter on Ubuntu 20.04 x64 systemd
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
| systemctl unmask systemd-networkd.service | |
| systemctl unmask systemd-networkd.socket | |
| systemctl unmask systemd-networkd-wait-online.service | |
| systemctl enable systemd-networkd.socket | |
| systemctl enable systemd-networkd.service | |
| systemctl enable systemd-networkd-wait-online.service | |
| systemctl start systemd-networkd.service | |
| export UPDATE="no" | |
| wget -O - https://www.openmptcprouter.com/server/ubuntu20.04-x86_64.sh | sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment