This commit is contained in:
kristof 2025-06-15 21:51:23 +02:00
parent 3a7b323f9a
commit 3a6bde02d5
2 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
exec(`https://git.threefold.info/herocode/sal/raw/branch/main/examples/containers/nerdctl_install.rhai`);
exec(`https://git.threefold.info/herocode/sal/raw/branch/main/installers/nerctl.rhai`);

View File

@ -33,13 +33,8 @@ 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"