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