mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix NixOS CSV/JSON output
This commit is contained in:
parent
ec14a88f40
commit
2948bac27e
1 changed files with 2 additions and 0 deletions
2
quickget
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…
Add table
Add a link
Reference in a new issue