sal/installers/install_all.rhai
2025-06-15 22:16:40 +02:00

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`);