Browse Source

Less Microsoft

onryo
onryo 1 year ago
parent
commit
b0d6aa3285
  1. 2
      res/libsodium/buildlibsodium.sh

2
res/libsodium/buildlibsodium.sh

@ -21,7 +21,7 @@ fi
cd res/libsodium
if [ ! -f libsodium-1.0.18.tar.gz ]; then
echo "Downloading libsodium $VERSION"
curl -LO https://github.com/MyHush/libsodium/releases/download/1.0.18/libsodium-1.0.18.tar.gz
curl -L https://git.hush.is/attachments/0d9f589e-a9f9-4ddb-acaa-0f1b423b32eb -o libsodium-1.0.18.tar.gz
fi
if [ ! -f libsodium-1.0.18.tar.gz ]; then

Loading…
Cancel
Save