- Refactor Podman installer to use a more robust approach - Improve error handling and clarify the installation/removal - Update example usage to reflect changes Co-authored-by: supermario <mariobassem12@gmail.com>
12 lines
280 B
GLSL
Executable File
12 lines
280 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.installers.virt.podman as podman_installer
|
|
|
|
mut podman := podman_installer.get()!
|
|
|
|
// To install
|
|
podman.install()!
|
|
|
|
// To remove
|
|
podman.destroy()!
|