mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
commit
c79f8c1baf
|
@ -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…
Reference in a new issue