fixed mxlinux list bug

pull/322/head
Phil Clifford 3 years ago
parent ee6daedb4e
commit 5e8d6d97d3
  1. 2
      quickget

@ -130,6 +130,8 @@ function list_csv() {
FUNC="linuxmint"
elif [[ "${OS}" == *"manjaro"* ]]; then
FUNC="manjaro"
elif [[ "${OS}" == *"mxlinux"* ]]; then
FUNC="mxlinux"
elif [[ "${OS}" == *"nixos"* ]]; then
FUNC="nixos"
else

Loading…
Cancel
Save