Created
August 30, 2020 15:23
-
-
Save caguiclajmg/f15b1e697e89a6d9320cd0e4eeada68c to your computer and use it in GitHub Desktop.
This file contains 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/bash | |
dnf update -y | |
firewall-cmd --add-service={ssh,cockpit} --permanent | |
systemctl enable firewalld --now | |
dnf module install virt -y | |
systemctl enable libvirtd --now | |
dnf install cockpit cockpit-machines cockpit-dashboard -y | |
systemctl enable cockpit.socket --now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment