mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-02-02 01:45:49 +00:00
use larger ceremony file size
This commit is contained in:
parent
ae26d6a38f
commit
5c2f602f4a
@ -98,7 +98,9 @@ proc downloadPtau*(ptauPath, ptauUrl: string) =
|
|||||||
echo "PTAU url: ", ptauUrl
|
echo "PTAU url: ", ptauUrl
|
||||||
createDir(ptauPath.parentDir)
|
createDir(ptauPath.parentDir)
|
||||||
withDir(ptauPath.parentDir):
|
withDir(ptauPath.parentDir):
|
||||||
let res = execShellCmd(fmt"curl {ptauDefUrl} -o {ptauPath}")
|
let cmd = fmt"curl --output '{ptauPath}' '{ptauUrl}'"
|
||||||
|
echo "curl cmd: ", cmd
|
||||||
|
let res = execShellCmd(cmd)
|
||||||
assert res == 0
|
assert res == 0
|
||||||
else:
|
else:
|
||||||
echo "Found PTAU file at: ", ptauPath
|
echo "Found PTAU file at: ", ptauPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user