From f61ee6a368648134478009b995b9d824ae3ff605 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sat, 24 Nov 2018 11:45:22 +0900 Subject: [PATCH] Update download url Signed-off-by: Teddysun --- l2tp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2tp.sh b/l2tp.sh index 8536d37..0fb3419 100644 --- a/l2tp.sh +++ b/l2tp.sh @@ -10,7 +10,7 @@ export PATH cur_dir=`pwd` libreswan_filename="libreswan-3.27" -download_root_url="http://dl.teddysun.com/files" +download_root_url="https://dl.lamp.sh/files" rootness(){ if [[ $EUID -ne 0 ]]; then