clean
This commit is contained in:
parent
66f6f0ff99
commit
bdb29e244c
10
fetch.sh
10
fetch.sh
@ -18,7 +18,6 @@ fetch() {
|
||||
fi
|
||||
done
|
||||
}
|
||||
fetch
|
||||
|
||||
fetchQclient() {
|
||||
files=$(curl https://releases.quilibrium.com/qclient-release | grep linux-amd64)
|
||||
@ -41,6 +40,15 @@ fetchQclient() {
|
||||
done
|
||||
}
|
||||
|
||||
rm ./node
|
||||
rm ./node.dgst
|
||||
rm ./node.dgst.*
|
||||
rm ./qclient
|
||||
rm ./qclient.dgst
|
||||
rm ./qclient.dgst.*
|
||||
|
||||
fetch
|
||||
|
||||
fetchQclient
|
||||
|
||||
chmod +x node
|
||||
|
||||
Loading…
Reference in New Issue
Block a user