Files
herolib/examples/installers/herocontainers.vsh
2024-12-30 17:36:22 +02:00

15 lines
557 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()!