Update snipeit.sh

Ubuntu 20.04
This commit is contained in:
EDVLeer 2020-07-07 08:21:36 +02:00 committed by GitHub
parent ec6ed256fb
commit 536401fe0f
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)