[type/__sysctl] Add support for Alpine Linux, Gentoo and OpenWrt
This commit is contained in:
parent
45ff67c0f5
commit
92610fe76c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ fi
|
|||
|
||||
os=$(cat "$__global/explorer/os")
|
||||
case "$os" in
|
||||
redhat|centos|ubuntu|debian|devuan|archlinux|coreos|netbsd)
|
||||
redhat|centos|ubuntu|debian|devuan|alpine|archlinux|gentoo|openwrt|coreos|netbsd)
|
||||
flag='-w'
|
||||
;;
|
||||
macosx)
|
||||
|
|
Loading…
Reference in a new issue