Hello,
it came to my attention that predefined options are not working on fresh installation of DA. After debugging it was only an issue with the current DA_CHANNEL. After changing it to:
it was working.
I was using the following commands
it came to my attention that predefined options are not working on fresh installation of DA. After debugging it was only an issue with the current DA_CHANNEL. After changing it to:
Code:
DA_CHANNEL=stable ./setup.sh LICENSE_KEY
it was working.
I was using the following commands
Code:
export php1_release=7.4
export php1_mode=php-fpm
export php2_release=8.0
export php2_mode=php-fpm
export php_ini=yes
export php_timezone=Europe/Amsterdam
export php_ini_type=production
export x_mail_header=yes
export webserver=apache
export mysql=5.7
export mariadb=10.4
export mysql_inst=mariadb
cd /root/
wget -O setup.sh https://download.directadmin.com/setup.sh
chmod 755 setup.sh
DA_HOSTNAME=$(hostname -f) ./setup.sh $CCLICENSE_KEY