Good afternoon
I am trying to install aaPanel on Ubuntu 22.04 and receive the following error when the script is trying to install python:
W: --force-yes is deprecated, use one of the options starting with --allow instead.
bash: line 1: syntax error near unexpected token newline'
bash: line 1:<!DOCTYPE html>'
OS: ubuntu - 22
--2022-10-10 13:46:56-- http://node.aapanel.com/install/pyenv/pyenv-ubuntu22-x64.tar.gz
Resolving node.aapanel.com (node.aapanel.com)... 172.67.171.7, 104.21.79.196, 2606:4700:3031::6815:4fc4, ...
Connecting to node.aapanel.com (node.aapanel.com)|172.67.171.7|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2022-10-10 13:46:56 ERROR 403: Forbidden.
ERROR: Download python env fielded.
--2022-10-10 13:46:56-- http://node.aapanel.com/src/Python-3.7.8.tar.xz
Resolving node.aapanel.com (node.aapanel.com)... 104.21.79.196, 172.67.171.7, 2606:4700:3034::ac43:ab07, ...
Connecting to node.aapanel.com (node.aapanel.com)|104.21.79.196|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2022-10-10 13:46:56 ERROR 403: Forbidden.
=================================================
ERROR: Download python source code fielded. Please try to reinstall
Ubuntu 22.04.1 LTS
\l
Bit:64 Mem:7951M Core:4
I am using install script: wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel
I have also tried on ubuntu 20.04 and receive the same error.