mirror of
https://github.com/233boy/sing-box.git
synced 2026-05-03 06:14:41 +08:00
add zypper support for SUSE
This commit is contained in:
@@ -58,8 +58,8 @@ _wget() {
|
||||
wget --no-check-certificate "$@"
|
||||
}
|
||||
|
||||
# yum or apt-get
|
||||
cmd=$(type -P apt-get || type -P yum)
|
||||
# apt-get, yum or zypper
|
||||
cmd=$(type -P apt-get || type -P yum || type -P zypper)
|
||||
|
||||
# x64
|
||||
case $(arch) in
|
||||
|
||||
Reference in New Issue
Block a user