We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2400580 commit d2c4a79Copy full SHA for d2c4a79
plugins/doh/install.sh
@@ -46,9 +46,9 @@ Install_App()
46
47
# https://github.com/DNSCrypt/doh-server/releases/download/0.9.15/doh-proxy_0.9.15_linux-aarch64.tar.bz2
48
file_xz="${file}.tar.bz2"
49
- 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}"
50
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}
+ wget --no-check-certificate -O $serverPath/source/doh/$file_xz ${URL_DOWNLOAD}/${version}/${file_xz}
52
fi
53
54
cd $serverPath/source/doh && xz -k -d $file_xz
0 commit comments