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
commit c79f8c1baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)