mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
fixed mxlinux list bug
This commit is contained in:
parent
ee6daedb4e
commit
5e8d6d97d3
1 changed files with 2 additions and 0 deletions
2
quickget
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…
Add table
Add a link
Reference in a new issue