Added a script to install xl2tp server to ubuntu and configure it automatically
This commit is contained in:
parent
86b92acaee
commit
497503080e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user