Note Backup All config before rebrand the software
Note This Script already tested on Rocky 8.6-8.7
Warning This Script Contain modification on /etc/os-release. Check this file when update something
Warning This Script need to be root user
Make Sure that Cockpit already installed and running
sudo dnf install cockpit -y
systemctl status cockpit
cd ~
git clone https://github.com/Adekabang/ROSE-branding.git
cd ~/ROSE-branding
change file permission for execution
chmod +x rebrand-cockpit.sh
./rebrand-cockpit.sh
systemctl status cockpit
after finish then remove clone folder
rm -rf ROSE-branding