Skip to content

Instantly share code, notes, and snippets.

@Jacobboogiebear
Created March 10, 2021 05:34
Show Gist options
  • Save Jacobboogiebear/a30594a606532bf2db0a3acef8d5de45 to your computer and use it in GitHub Desktop.
Save Jacobboogiebear/a30594a606532bf2db0a3acef8d5de45 to your computer and use it in GitHub Desktop.
Setup Easywall
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