mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-30 11:38:33 -07:00
Fix zypper options
This commit is contained in:
parent
60076c2dad
commit
2ddabf92bd
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ check_distro() {
|
|||
DISTRO_REINSTALL="yum -y reinstall"
|
||||
elif hash zypper 2>/dev/null; then
|
||||
DISTRO=redhat
|
||||
DISTRO_INSTALL="zypper install -yG"
|
||||
DISTRO_REINSTALL="zypper install -yG --force"
|
||||
DISTRO_INSTALL="zypper --no-gpg-checks -n install"
|
||||
DISTRO_REINSTALL="zypper --no-gpg-checks -n install --force"
|
||||
elif hash apt 2>/dev/null; then
|
||||
DISTRO=ubuntu
|
||||
DISTRO_INSTALL="apt install"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue