Merge pull request #8207 from EDVLeer/patch-1

Update snipeit.sh
This commit is contained in:
snipe
2020-07-13 17:42:16 -07:00
committed by GitHub

View File

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