diff --git a/install_vpn-server.sh b/install_vpn-server.sh new file mode 100755 index 0000000..10c82ec --- /dev/null +++ b/install_vpn-server.sh @@ -0,0 +1,9 @@ +#!/bin/bash +#to run this script go into the folder where it is then run: ./install_vpn-server.sh +#based on https://www.howtoforge.com/how-to-install-and-configure-openvpn-server-on-debian-12/ +#https://goneuland.de/openvpn-server-unter-debian-11-erstellen/ +#sudo apt update && sudo apt upgrade -y +cd /tmp +wget https://raw.githubusercontent.com/Angristan/OpenVPN-install/master/openvpn-install.sh +chmod +x openvpn-install.sh +./openvpn-install.sh \ No newline at end of file