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

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)