Skip to content

Instantly share code, notes, and snippets.

@caguiclajmg
Created August 30, 2020 15:23
Show Gist options
  • Save caguiclajmg/f15b1e697e89a6d9320cd0e4eeada68c to your computer and use it in GitHub Desktop.
Save caguiclajmg/f15b1e697e89a6d9320cd0e4eeada68c to your computer and use it in GitHub Desktop.
#!/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