Small shell scripts for managing Ubuntu/KVM/libvirt virtual machines.
curl -s https://scripts.hikaru.org/create-vm | bash
curl -s https://scripts.hikaru.org/delete-vm | bash
curl -s https://scripts.hikaru.org/auto-updates | bash
Or clone the repository:
git clone https://github.com/mizuki-hikaru/scripts.hikaru.org scripts
cd scripts
./create-vm
./delete-vm
./auto-updates
Read scripts before running remote shell commands. These scripts assume Ubuntu, KVM/libvirt, and systemd.