16 lines
No EOL
1.1 KiB
Text
Executable file
16 lines
No EOL
1.1 KiB
Text
Executable file
sudo systemctl stop cockpit.socket
|
|
sleep 1
|
|
sudo rm -rfv /usr/share/cockpit/branding/*
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/default
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/arch
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/debian
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/fedora
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/opensuse
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/rhel
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/centos
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/default
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/ubuntu
|
|
sudo cp -rfv /usr/share/custom/cockpit-branding/custom /usr/share/cockpit/branding/scientific
|
|
sudo chmod 755 -Rv /usr/share/cockpit/branding/
|
|
sleep 1
|
|
sudo systemctl start cockpit.socket |