Skip to content

Commit 896449f

Browse files
authored
Allow Debian Boomworm for Mysql8 (hestiacp#4108)
1 parent 5b1de5d commit 896449f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install/hst-install-debian.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,6 @@ fi
364364
if [ "$mysql8" = 'yes' ] && [ "$architecture" = 'aarch64' ]; then
365365
check_result 1 "Mysql 8 does not support ARM64 yet for Debian please use Ubuntu. Unable to continue"
366366
fi
367-
if [ "$mysql8" = 'yes' ] && [ "$release" = '12' ]; then
368-
check_result 1 "Mysql 8 does not support Bookworm yet for Debian Unable to continue"
369-
fi
370367

371368
# Checking root permissions
372369
if [ "x$(id -u)" != 'x0' ]; then

0 commit comments

Comments
 (0)