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"
elif [[ "${OS}" == *"linuxmint"* ]]; then
FUNC="linuxmint"
elif [[ "${OS}" == *"nixos"* ]]; then
FUNC="nixos"
else
FUNC="${OS}"
fi

Loading…
Cancel
Save