mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
Ignore GPG signatures for zypper
This commit is contained in:
parent
5d76a1f1f3
commit
60076c2dad
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ check_distro() {
|
||||||
DISTRO_REINSTALL="yum -y reinstall"
|
DISTRO_REINSTALL="yum -y reinstall"
|
||||||
elif hash zypper 2>/dev/null; then
|
elif hash zypper 2>/dev/null; then
|
||||||
DISTRO=redhat
|
DISTRO=redhat
|
||||||
DISTRO_INSTALL="zypper install -y"
|
DISTRO_INSTALL="zypper install -yG"
|
||||||
DISTRO_REINSTALL="zypper install -y --force"
|
DISTRO_REINSTALL="zypper install -yG --force"
|
||||||
elif hash apt 2>/dev/null; then
|
elif hash apt 2>/dev/null; then
|
||||||
DISTRO=ubuntu
|
DISTRO=ubuntu
|
||||||
DISTRO_INSTALL="apt install"
|
DISTRO_INSTALL="apt install"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue