mirror of
https://gitlab.com/monolithify/base-image-build.git
synced 2024-11-22 13:41:24 +00:00
3 lines
166 B
Bash
3 lines
166 B
Bash
#!/bin/bash
|
|
# Its fine if there are some errs here in most cases
|
|
virsh reset rocky;virsh destroy rocky;virsh undefine rocky;virsh list;rm -f /var/lib/libvirt/images/* |