Added a script to install xl2tp server to ubuntu and configure it automatically

master
Abanoub Hany 2024-07-05 18:29:23 +03:00
parent 86b92acaee
commit 497503080e
1 changed files with 1 additions and 1 deletions

View File

@ -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