Skip to content

Commit

Permalink
Merge pull request #8207 from EDVLeer/patch-1
Browse files Browse the repository at this point in the history
Update snipeit.sh
  • Loading branch information
snipe authored Jul 14, 2020
2 parents 12c92e3 + 536401f commit c79f8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snipeit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c79f8c1

Please sign in to comment.