This commit is contained in:
HoraceZhang 2024-10-17 21:53:40 +08:00 committed by GitHub
parent 66f6f0ff99
commit bdb29e244c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,6 @@ fetch() {
fi fi
done done
} }
fetch
fetchQclient() { fetchQclient() {
files=$(curl https://releases.quilibrium.com/qclient-release | grep linux-amd64) files=$(curl https://releases.quilibrium.com/qclient-release | grep linux-amd64)
@ -41,6 +40,15 @@ fetchQclient() {
done done
} }
rm ./node
rm ./node.dgst
rm ./node.dgst.*
rm ./qclient
rm ./qclient.dgst
rm ./qclient.dgst.*
fetch
fetchQclient fetchQclient
chmod +x node chmod +x node