Files
herolib/examples/installers/virt/podman.vsh

12 lines
259 B
GLSL
Executable File

#!/usr/bin/env -S v -n -w -gc none -cc tcc -d use_openssl -enable-globals run
import freeflowuniverse.herolib.installers.virt.podman as podman_installer
mut podman := podman_installer.get()!
// To install
podman.install()!
// To remove
podman.destroy()!