Skip to content

Commit 1525e8a

Browse files
committed
rc
1 parent 893f949 commit 1525e8a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

install/install_cockpit.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ echo "install_path:$install_path"
8989
related_containers=("websoft9-apphub")
9090
echo_prefix_cockpit=$'\n[Cockpit] - '
9191
# package cockpit depends_on [cockpit-bridge,cockpit-ws,cockpit-system], but update cockpit the depends don't update
92-
cockpit_packages="cockpit cockpit-ws cockpit-bridge cockpit-system cockpit-pcp cockpit-networkmanager cockpit-session-recording cockpit-sosreport"
92+
cockpit_packages="pcp-zeroconf cockpit cockpit-ws cockpit-bridge cockpit-system cockpit-networkmanager cockpit-session-recording cockpit-sosreport"
9393
menu_overrides_github_page_url="https://websoft9.github.io/websoft9/cockpit/menu_override"
9494
cockpit_config_github_page_url="https://websoft9.github.io/websoft9/cockpit/cockpit.conf"
9595
cockpit_menu_overrides=()
@@ -345,6 +345,8 @@ Install_Cockpit(){
345345
else
346346
echo "Neither apt,dnf nor yum found. Please install one of them and try again."
347347
fi
348+
349+
sudo systemctl enable --now pmcd pmlogger
348350

349351
Set_Firewalld
350352
Set_Selinux

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.3-rc1",
2+
"version": "2.2.3-rc2",
33
"plugins": {
44
"portainer": "0.1.3",
55
"nginx": "0.1.0",

0 commit comments

Comments
 (0)