Skip to content

Commit

Permalink
better suport/detection for Linux Mint
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed Aug 6, 2022
1 parent dae65a4 commit e99f071
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions functions/info/f_generalInfo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function determineDistro()

#Debian
elif [ "${OSRELEASE_ID}" = "debian" ] || \
[ "${OSRELEASE_ID}" = "sparky" ] || \
[ "${OSRELEASE_ID}" = "sparky" ] || \
[ "${OSRELEASE_NAME}" = "Debian GNU/Linux" ] || \
[ "${lsbDistribID}" = "Sparky" ] || \
[ "${lsbDistribID}" = "debian" ]; then
Expand Down Expand Up @@ -157,7 +157,8 @@ function determineDistro()
elif [ "${lsbDistribID}" = "Ubuntu" ] || \
[ "${OSRELEASE_ID}" = "ubuntu" ] || \
[ "${OSRELEASE_ID}" = "neon" ] || \
[ "${OSRELEASE_ID}LIKE" = "ubuntu" ]; then
[ "${OSRELEASE_ID}" = "linuxmint" ] || \
[ "${OSRELEASE_IDLIKE}" = "ubuntu" ]; then

distroBase="ubuntu"

Expand Down

0 comments on commit e99f071

Please sign in to comment.