From 536401fe0ff97cd6a8077cef993bfe755ed46851 Mon Sep 17 00:00:00 2001 From: EDVLeer <32170051+EDVLeer@users.noreply.github.com> Date: Tue, 7 Jul 2020 08:21:36 +0200 Subject: [PATCH] Update snipeit.sh Ubuntu 20.04 --- snipeit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipeit.sh b/snipeit.sh index 48be3a979780..120334d51a56 100755 --- a/snipeit.sh +++ b/snipeit.sh @@ -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)