mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-15 02:40:42 +00:00
install
This commit is contained in:
parent
881d752004
commit
624a700689
3 changed files with 36 additions and 2 deletions
|
@ -10,6 +10,41 @@
|
|||
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/reviewing-logs_system-management-using-the-rhel-8-web-console"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"label": "Services",
|
||||
"order": 10,
|
||||
"docs": [
|
||||
{
|
||||
"label": "Managing services",
|
||||
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-services-in-the-web-console_system-management-using-the-rhel-8-web-console"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
{
|
||||
"matches": [
|
||||
"service",
|
||||
"systemd",
|
||||
"target",
|
||||
"socket",
|
||||
"timer",
|
||||
"path",
|
||||
"unit",
|
||||
"systemctl"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matches": [
|
||||
"boot",
|
||||
"mask",
|
||||
"unmask",
|
||||
"restart",
|
||||
"enable",
|
||||
"disable"
|
||||
],
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
{
|
||||
"matches": [
|
||||
|
|
|
@ -455,7 +455,7 @@ EditMenu(){
|
|||
echo "Start to Edit Cockpit Menu ..."
|
||||
|
||||
# uninstall plugins
|
||||
rm -rf /usr/share/cockpit/apps /usr/share/cockpit/selinux /usr/share/cockpit/kdump /usr/share/cockpit/sosreport
|
||||
rm -rf /usr/share/cockpit/apps /usr/share/cockpit/selinux /usr/share/cockpit/kdump /usr/share/cockpit/sosreport /usr/share/cockpit/packagekit
|
||||
cp -r /data/apps/websoft9/cockpit/menu_override/* /etc/cockpit
|
||||
|
||||
echo "---------------------------------- Install success! When installation completed, you can access it by: http://Internet IP:9000 and using Linux user for login to install a app by websoft9's appstore. -------------------------------------------------------"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
"7"
|
||||
],
|
||||
"CentOS": [
|
||||
"8",
|
||||
"7"
|
||||
],
|
||||
"Rocky": [
|
||||
|
|
Loading…
Reference in a new issue