update Ubuntu versions comment in code block

This commit is contained in:
Jeremy Price 2023-11-30 11:43:16 -08:00
parent 123d04ff7b
commit 066e40dada

View file

@ -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)