mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-19 05:45:58 -04:00
Fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user