Update ipfs.bat

pull/27/head
Matthew Clark 1 year ago committed by GitHub
parent 41ea11edaa
commit d9ca6dff58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,11 @@
@echo off
wget https://dist.ipfs.tech/ipget/v0.9.1/ipget_v0.9.1_windows-amd64.zip
7z x ipget_v0.9.1_windows-amd64.zip
DEL ipget_v0.9.1_windows-amd64.zip /Q
MOVE ".\ipget\ipget.exe" ".\ipget.exe"
RD /S /Q "ipget"
:check
set size=0
set propersize=22994783619
call :filesize "\QmVRySjFZ5xFAjQ6waAseMw8DfiDkJWsgdyxR5Uc4W215h\v21.12\MediCat.USB.v21.12.7z"

Loading…
Cancel
Save