summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDim-P <Dim-P@users.noreply.github.com>2023-01-13 15:53:29 +0000
committerGitHub <noreply@github.com>2023-01-13 15:53:29 +0000
commit0f42f43ab828f44a8bd9ea94fdcd865fb48433e3 (patch)
tree5e75d3b1d874b7ccfee8c6d325052cfee79baa9c
parentc5374729144d6c48c0792d5f6f796b1a6908b7ce (diff)
Fix binpkg updates on OpenSUSE (#14260)
-rwxr-xr-xpackaging/installer/netdata-updater.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/installer/netdata-updater.sh b/packaging/installer/netdata-updater.sh
index d018d67d26..8740e7db2a 100755
--- a/packaging/installer/netdata-updater.sh
+++ b/packaging/installer/netdata-updater.sh
@@ -769,8 +769,8 @@ update_binpkg() {
opensuse)
pm_cmd="zypper"
repo_subcmd="--gpg-auto-import-keys refresh"
- upgrade_cmd="upgrade"
- pkg_install_opts="${interactive_opts} --allow-unsigned-rpm"
+ upgrade_cmd="update"
+ pkg_install_opts="${interactive_opts}"
repo_update_opts=""
pkg_installed_check="rpm -q"
INSTALL_TYPE="binpkg-rpm"