From f3cfeb74bc0be07a841ef1ad597d614542b5ce52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 18:57:25 -0400 Subject: [PATCH] Update App Versions, run by GitHub Actions - Apps updated: (#2165) - System Monitoring Center-all: 1.28.0 -> 1.29.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- apps/System Monitoring Center/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/System Monitoring Center/install b/apps/System Monitoring Center/install index acf61cfe75..f31279df74 100755 --- a/apps/System Monitoring Center/install +++ b/apps/System Monitoring Center/install @@ -1,5 +1,5 @@ #!/bin/bash -version=1.28.0 +version=1.29.0 install_packages https://github.com/hakandundar34coding/system-monitoring-center/releases/download/v${version}/system-monitoring-center_${version}_all.deb || exit 1