parent
d5fc908a86
commit
3c3337856c
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
dnf install cockpit-ovirt-dashboard
|
||||
systemctl enable --now cockpit.socket
|
||||
|
||||
firewall-cmd --permanent --add-service=cockpit
|
||||
firewall-cmd --reload
|
||||
Loading…
Reference in new issue