...
Some checks are pending
Rhai Tests / Run Rhai Tests (push) Waiting to run

This commit is contained in:
2025-06-15 21:50:10 +02:00
parent 66d5c8588a
commit 3a7b323f9a
5 changed files with 110 additions and 1 deletions

View File

@@ -33,10 +33,13 @@ fn ipfs_download(){
}
let d=download(`https://git.threefold.info/herocode/sal/raw/branch/main/examples/containers/nerdctl_install.rhai`,`/tmp/nerdctl_install.rhai`,0);
print(`Repo path: ${d}`);
nerdctl_download();
// nerdctl_download();
// ipfs_download();
"done"