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

This commit is contained in:
Abanoub Hany 2024-07-05 18:29:23 +03:00
parent 86b92acaee
commit 497503080e

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Update the system # Update the system
sudo apt update && sudo apt upgrade -y sudo apt update -y
# Install required packages # Install required packages
sudo apt install strongswan xl2tpd -y sudo apt install strongswan xl2tpd -y