From 497503080e118cd36e27519d2eecf720c1e3f855 Mon Sep 17 00:00:00 2001 From: h4775346 Date: Fri, 5 Jul 2024 18:29:23 +0300 Subject: [PATCH] Added a script to install xl2tp server to ubuntu and configure it automatically --- sas4-l2tp-full-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sas4-l2tp-full-installer.sh b/sas4-l2tp-full-installer.sh index f9b9856..bdbb517 100644 --- a/sas4-l2tp-full-installer.sh +++ b/sas4-l2tp-full-installer.sh @@ -1,7 +1,7 @@ #!/bin/bash # Update the system -sudo apt update && sudo apt upgrade -y +sudo apt update -y # Install required packages sudo apt install strongswan xl2tpd -y