Fix NixOS CSV/JSON output

pull/174/head
Martin Wimpress 3 years ago
parent ec14a88f40
commit 2948bac27e
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickget

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

Loading…
Cancel
Save