Fix Mint 20.04 thanks @impeace on keybase

This commit is contained in:
Gene Hoffman 2021-01-07 14:50:56 -08:00 committed by Yostra
parent dec23fe6d3
commit d1c7a5ed5e
2 changed files with 144 additions and 24538 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,8 @@ fi
UBUNTU_PRE_2004=false
if $UBUNTU; then
LSB_RELEASE=$(lsb_release -rs)
UBUNTU_PRE_2004=$(echo "$LSB_RELEASE<20.04" | bc)
# Mint 20.04 repsonds with 20 here so 20 instead of 20.04
UBUNTU_PRE_2004=$(echo "$LSB_RELEASE<20" | bc)
fi
# Manage npm and other install requirements on an OS specific basis