Browse Source

Allow Debian Boomworm for Mysql8 (#4108)

Jaap Marcus 2 years ago
parent
commit
896449f166
1 changed files with 0 additions and 3 deletions
  1. 0 3
      install/hst-install-debian.sh

+ 0 - 3
install/hst-install-debian.sh

@@ -364,9 +364,6 @@ fi
 if [ "$mysql8" = 'yes' ] && [ "$architecture" = 'aarch64' ]; then
 	check_result 1 "Mysql 8 does not support ARM64 yet for Debian please use Ubuntu. Unable to continue"
 fi
-if [ "$mysql8" = 'yes' ] && [ "$release" = '12' ]; then
-	check_result 1 "Mysql 8 does not support Bookworm yet for Debian Unable to continue"
-fi
 
 # Checking root permissions
 if [ "x$(id -u)" != 'x0' ]; then