mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fixes
This commit is contained in:
parent
2c30d3ea01
commit
bc90ee0529
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue