8 lines
240 B
Plaintext
8 lines
240 B
Plaintext
|
|
|
|
platform_check_linux_x86();
|
|
|
|
exec(`https://git.threefold.info/herocode/sal/raw/branch/main/installers/base.rhai`);
|
|
//install all we need for nerdctl
|
|
exec(`https://git.threefold.info/herocode/sal/raw/branch/main/installers/nerdctl.rhai`);
|