Merge branch 'develop' of https://github.com/snipe/snipe-it into develop

This commit is contained in:
snipe 2020-11-16 23:57:23 -08:00
commit 8444a60bc9

View file

@ -438,7 +438,7 @@ case $distro in
fi
;;
ubuntu)
if [ "$version" -ge "18.04" ]; then
if [ "${version//./}" -ge "1804" ]; then
# Install for Ubuntu 18.04
tzone=$(cat /etc/timezone)