fixed mxlinux list bug
This commit is contained in:
parent
ee6daedb4e
commit
5e8d6d97d3
2
quickget
2
quickget
|
@ -130,6 +130,8 @@ function list_csv() {
|
||||||
FUNC="linuxmint"
|
FUNC="linuxmint"
|
||||||
elif [[ "${OS}" == *"manjaro"* ]]; then
|
elif [[ "${OS}" == *"manjaro"* ]]; then
|
||||||
FUNC="manjaro"
|
FUNC="manjaro"
|
||||||
|
elif [[ "${OS}" == *"mxlinux"* ]]; then
|
||||||
|
FUNC="mxlinux"
|
||||||
elif [[ "${OS}" == *"nixos"* ]]; then
|
elif [[ "${OS}" == *"nixos"* ]]; then
|
||||||
FUNC="nixos"
|
FUNC="nixos"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue