mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 17:10:27 +00:00
no edit
This commit is contained in:
parent
33038a6ccc
commit
a82e5f8739
1 changed files with 5 additions and 5 deletions
|
@ -282,11 +282,11 @@ pkcon update -y >/dev/null 2>&1
|
|||
# elif command -v yum > /dev/null;then
|
||||
# sudo yum update -y cockpit-navigator
|
||||
# fi
|
||||
echo "Set cockpit port to 9000 ..."
|
||||
sudo sed -i 's/ListenStream=9090/ListenStream=9000/' /lib/systemd/system/cockpit.socket
|
||||
# uninstall plugins
|
||||
rm -rf /usr/share/cockpit/apps /usr/share/cockpit/selinux /usr/share/cockpit/kdump /usr/share/cockpit/sosreport /usr/share/cockpit/packagekit
|
||||
EditMenu
|
||||
# echo "Set cockpit port to 9000 ..."
|
||||
# sudo sed -i 's/ListenStream=9090/ListenStream=9000/' /lib/systemd/system/cockpit.socket
|
||||
# # uninstall plugins
|
||||
# rm -rf /usr/share/cockpit/apps /usr/share/cockpit/selinux /usr/share/cockpit/kdump /usr/share/cockpit/sosreport /usr/share/cockpit/packagekit
|
||||
# EditMenu
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue