From b76d1f5f96f79165edf0d609df5aad3998c4ddc4 Mon Sep 17 00:00:00 2001 From: h4775346 Date: Fri, 5 Jul 2024 18:25:30 +0300 Subject: [PATCH] Added a script to install xl2tp server to ubuntu and configure it automatically --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dd8d48d..76b6a2f 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,13 @@ 2- Run The Following Script -#Script + +# To Full Install L2tp Server With Configurations And Gui +``` +curl -sL https://raw.githubusercontent.com/h4775346/l2tp-manager/master/sas4-l2tp-full-installer.sh | sudo bash +``` + +#To Install Only Gui ``` curl -sL https://raw.githubusercontent.com/h4775346/l2tp-manager/master/sas4-install.sh | sudo bash ```