Last active
June 28, 2021 10:59
-
-
Save noushi/263041972f4dbad13b3608436d854b4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 ) |
Author
noushi
commented
Jun 28, 2021
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment