From f6599f3ddb77c34047772cd31fe2f5734fcfde5e Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:04:51 +0100 Subject: [PATCH] Updated Using WireGuard Easy without Docker (markdown) --- Using-WireGuard-Easy-without-Docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-WireGuard-Easy-without-Docker.md b/Using-WireGuard-Easy-without-Docker.md index 1f2d9d9..d93894e 100644 --- a/Using-WireGuard-Easy-without-Docker.md +++ b/Using-WireGuard-Easy-without-Docker.md @@ -5,6 +5,7 @@ echo net.ipv4.conf.all.src_valid_mark=1 >> /etc/sysctl.conf sysctl -p git clone https://github.com/wg-easy/wg-easy cd wg-easy +git checkout production mv src /app cd /app npm ci --omit=dev @@ -22,6 +23,7 @@ To upgrade do the following
 git clone https://github.com/wg-easy/wg-easy # do this if you dont have the repository cloned aldready
 cd wg-easy
+git checkout production
 git pull
 rm -rf /app /node_modules
 mv src /app