Skip to content

Commit

Permalink
Update snipeit.sh
Browse files Browse the repository at this point in the history
Ubuntu 20.04
  • Loading branch information
EDVLeer committed Jul 7, 2020
1 parent ec6ed25 commit 536401f
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 536401f

Please sign in to comment.