commit
c79f8c1baf
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ case $distro in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
ubuntu)
|
ubuntu)
|
||||||
if [ "$version" == "18.04" ]; then
|
if [ "$version" -ge "18.04" ]; then
|
||||||
# Install for Ubuntu 18.04
|
# Install for Ubuntu 18.04
|
||||||
tzone=$(cat /etc/timezone)
|
tzone=$(cat /etc/timezone)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue