Cockpit-Custom/script/res/bin/cockpit-custom-refresh
2025-03-22 22:56:19 +01:00

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