fedora-31-kickstart.sh#!/bin/bashpkill qemu-system-x86 deploy(){ echo "$*" | grep -w -- "--deploy" || return 0 printf "\nHost: " read -r HOST Copy to clipboard
#!/bin/bashpkill qemu-system-x86 deploy(){ echo "$*" | grep -w -- "--deploy" || return 0 printf "\nHost: " read -r HOST
This is a Bash script that prepares a Fedora 31 virtual machine for deployment on a remote server.