Skip to content

Commit

Permalink
fix for Ubuntu 22.04 Jammy being detected as Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmetalfanx committed Sep 5, 2022
1 parent 1ddb6e1 commit f0e0d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/info/f_generalInfo.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ function determineDistro() {
#Debian
elif [ "${OSRELEASE_ID}" = "debian" ] || \
[ "${OSRELEASE_ID}" = "sparky" ] || \
[ "${OSRELEASE_IDLIKE}" = "debian" ] || \
# [ "${OSRELEASE_IDLIKE}" = "debian" ] || \
[ "${OSRELEASE_NAME}" = "Debian GNU/Linux" ] || \
[ "${lsbDistribID}" = "Sparky" ] || \
[ "${lsbDistribID}" = "debian" ]; then
[ "${lsbDistribID}" = "debian" ]; then

distroBase="debian"

Expand Down

0 comments on commit f0e0d3c

Please sign in to comment.