From bc90ee0529967ea4b38d6d83ed8df450a2eaf5e8 Mon Sep 17 00:00:00 2001 From: crschnick Date: Mon, 11 Nov 2024 08:40:24 +0000 Subject: [PATCH] Fixes --- get-xpipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-xpipe.sh b/get-xpipe.sh index 3a98a6961..d3b2347cb 100644 --- a/get-xpipe.sh +++ b/get-xpipe.sh @@ -108,7 +108,7 @@ install() { elif [ -x "$(command -v zypper)" ]; then info "Installing file $file with zypper" sudo zypper refresh - sudo zypper install --allow-unsigned-rpm "$file" + sudo zypper install "$file" elif [ -x "$(command -v dnf)" ]; then info "Installing file $file with dnf" sudo dnf install --refresh "$file"