aaPanel_Kern
Working perfectly, no random crash bug http3 in new version.
Can I ask, edit this:
else
cat /etc/debian_version | grep "9." >/dev/null
if [ $? = 0 ] ; then
OSNAMEVER=DEBIAN9
OSNAME=debian
OSVER=stretch
MARIADBCPUARCH="arch=amd64,i386"
else
cat /etc/debian_version | grep "10." >/dev/null
if [ $? = 0 ] ; then
OSNAMEVER=DEBIAN10
OSNAME=debian
OSVER=buster
MARIADBCPUARCH="arch=amd64,i386"
fi
and continue with cat /etc/debian_version | grep "11." >/dev/null
will be help install on Debian 11? Others tested and superb working: https://idroot.us/install-openlitespeed-debian-11/
I don´t know why in aaPanel click on install and not install it. When ad plus lines "11." will be work?