From 8ed222275414079b29ec14b80e61aaf14568b403 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sun, 29 Dec 2019 21:23:12 -0500 Subject: [PATCH] fix spelling error in sysctl --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 66034d1..ca595d1 100644 --- a/install.sh +++ b/install.sh @@ -9,7 +9,7 @@ printf 'Package: *\nPin: release a=unstable\nPin-Priority: 150\n' | sudo tee --a apt update apt install -y wireguard qrencode -cp sysctl.conf /etc/systctl.conf +cp sysctl.conf /etc/sysctl.conf cp wg0.conf /etc/wireguard/wg0.conf cd /etc/wireguard umask 077