Debian 12
This commit is contained in:
parent
ba58ca9d5c
commit
5e539da3da
1 changed files with 2 additions and 2 deletions
|
@ -421,8 +421,8 @@ set_dbpass () {
|
||||||
|
|
||||||
case $distro in
|
case $distro in
|
||||||
Debian)
|
Debian)
|
||||||
if [[ "$version" =~ ^11 ]]; then
|
if [[ "$version" =~ ^12 ]]; then
|
||||||
# Install for Debian 11.x
|
# Install for Debian 12.x
|
||||||
set_fqdn
|
set_fqdn
|
||||||
set_dbpass
|
set_dbpass
|
||||||
tzone=$(cat /etc/timezone)
|
tzone=$(cat /etc/timezone)
|
||||||
|
|
Loading…
Add table
Reference in a new issue