From d2c4a7979137b7d2dcea3589fbe5a3c493c8ac87 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 29 Nov 2025 14:06:22 +0800 Subject: [PATCH] Update install.sh --- plugins/doh/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/doh/install.sh b/plugins/doh/install.sh index 2ac29de6b..3b996f010 100755 --- a/plugins/doh/install.sh +++ b/plugins/doh/install.sh @@ -46,9 +46,9 @@ Install_App() # https://github.com/DNSCrypt/doh-server/releases/download/0.9.15/doh-proxy_0.9.15_linux-aarch64.tar.bz2 file_xz="${file}.tar.bz2" - echo "wget -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/doh/${version}/${file_xz}" + echo "wget -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/${version}/${file_xz}" if [ ! -f $serverPath/source/doh/$file_xz ];then - wget --no-check-certificate -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/doh/${version}/${file_xz} + wget --no-check-certificate -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/${version}/${file_xz} fi cd $serverPath/source/doh && xz -k -d $file_xz