Update prcheck.sh

This commit is contained in:
Spencer Comfort 2023-01-28 22:12:54 -05:00 committed by GitHub
parent 7b9245ff73
commit bfcac355a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ if [ ! -s "$NEW_ENTRIES" ]; then
exit 0 exit 0
fi fi
curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.1/dnscrypt-proxy-linux_x86_64-2.1.1.tar.gz | tar xzvf - curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.1.2/dnscrypt-proxy-linux_x86_64-2.1.2.tar.gz | tar xzvf -
cd linux-x86_64 || exit 1 cd linux-x86_64 || exit 1
exit_code=0 exit_code=0