mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 14:06:42 +02:00
8 lines
300 B
Bash
8 lines
300 B
Bash
#! /bin/bash
|
|
|
|
yay -S vagrant libvirt virt-manager qemu-system-x86 qemu-img qtile
|
|
sudo usermod -a -G libvirt $(whoami)
|
|
sudo systemctl enable --now libvirtd
|
|
export VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1
|
|
vagrant plugin install vagrant-libvirt
|
|
echo You must login again before starting vagrant.
|