Skip to content

Instantly share code, notes, and snippets.

@noushi
Last active June 28, 2021 10:59
Show Gist options
  • Save noushi/263041972f4dbad13b3608436d854b4d to your computer and use it in GitHub Desktop.
Save noushi/263041972f4dbad13b3608436d854b4d to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo yum -y install libvirt-daemon-kvm libvirt-client vagrant gcc-c++ make libstdc++-devel libvirt-devel
sudo systemctl enable --now libvirtd
vagrant plugin install vagrant-libvirt
sudo usermod -a -G libvirt $( id -un )
@noushi
Copy link
Author

noushi commented Jun 28, 2021

sudo yum --enablerepo=epel install dkms kernel-devel     kernel-devel kernel-devel-$(uname -r)
sudo /sbin/vboxconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment