- Added a Buildah installer to the project. - The installer can install and remove Buildah. - Updated the installer to use the latest Buildah version. Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com> Co-authored-by: mariobassem <mariobassem12@gmail.com>
12 lines
286 B
GLSL
Executable File
12 lines
286 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.buildah as buildah_installer
|
|
|
|
mut buildah := buildah_installer.get()!
|
|
|
|
// To install
|
|
buildah.install()!
|
|
|
|
// To remove
|
|
buildah.destroy()!
|