Files
herolib/examples/installers/herocontainers.vsh
2024-12-30 08:39:45 +01:00

16 lines
555 B
GLSL
Executable File

#!/usr/bin/env -S v -n -w -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.osal
import freeflowuniverse.herolib.installers.lang.golang
import freeflowuniverse.herolib.installers.virt.podman as podman_installer
import freeflowuniverse.herolib.installers.virt.buildah as buildah_installer
mut podman_installer0:= podman_installer.get()!
mut buildah_installer0:= buildah_installer.get()!
//podman_installer0.destroy()! //will remove all
podman_installer0.install()!
buildah_installer0.install()!