Created
March 10, 2021 05:34
-
-
Save Jacobboogiebear/a30594a606532bf2db0a3acef8d5de45 to your computer and use it in GitHub Desktop.
Setup Easywall
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
apt update | |
apt install -y apt-transport-https gnupg | |
echo "deb https://apt.wdkro.de/ stable main" > /etc/apt/sources.list.d/easywall.list | |
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D88D7689C1624EE3 | |
apt update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment