Skip to content

Commit d2c4a79

Browse files
committed
Update install.sh
1 parent 2400580 commit d2c4a79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/doh/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Install_App()
4646

4747
# https://github.com/DNSCrypt/doh-server/releases/download/0.9.15/doh-proxy_0.9.15_linux-aarch64.tar.bz2
4848
file_xz="${file}.tar.bz2"
49-
echo "wget -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/doh/${version}/${file_xz}"
49+
echo "wget -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/${version}/${file_xz}"
5050
if [ ! -f $serverPath/source/doh/$file_xz ];then
51-
wget --no-check-certificate -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/doh/${version}/${file_xz}
51+
wget --no-check-certificate -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/${version}/${file_xz}
5252
fi
5353

5454
cd $serverPath/source/doh && xz -k -d $file_xz

0 commit comments

Comments
 (0)