Added a script to install xl2tp server to ubuntu and configure it automatically
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…
Reference in New Issue