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