Added install software on VM guest feature
This commit is contained in:
7
vm_example_scripts/podman_fedora.sh
Executable file
7
vm_example_scripts/podman_fedora.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Exit on error, undefined vars, and pipe failures
|
||||
set -euo pipefail
|
||||
|
||||
dnf update
|
||||
dnf -y install podman buildah
|
||||
Reference in New Issue
Block a user