mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-28 06:02:59 -08:00
update Ubuntu versions comment in code block
This commit is contained in:
parent
123d04ff7b
commit
066e40dada
|
@ -542,7 +542,7 @@ case $distro in
|
||||||
;;
|
;;
|
||||||
Ubuntu)
|
Ubuntu)
|
||||||
if [ "${version//./}" -ge "2304" ]; then
|
if [ "${version//./}" -ge "2304" ]; then
|
||||||
# Install for Ubuntu 22.04
|
# Install for Ubuntu 23.04 and 23.10
|
||||||
set_fqdn
|
set_fqdn
|
||||||
set_dbpass
|
set_dbpass
|
||||||
tzone=$(cat /etc/timezone)
|
tzone=$(cat /etc/timezone)
|
||||||
|
|
Loading…
Reference in a new issue