We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1de5d commit 896449fCopy full SHA for 896449f
install/hst-install-debian.sh
@@ -364,9 +364,6 @@ fi
364
if [ "$mysql8" = 'yes' ] && [ "$architecture" = 'aarch64' ]; then
365
check_result 1 "Mysql 8 does not support ARM64 yet for Debian please use Ubuntu. Unable to continue"
366
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
370
371
# Checking root permissions
372
if [ "x$(id -u)" != 'x0' ]; then
0 commit comments