Start of instant-conduwuit

I will probably add a config toml file.
This commit is contained in:
Kenneth Stailey 2024-05-17 14:20:12 -04:00
parent 6ef4781050
commit f47d7664ed
3 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#! /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.