Hello,
I hope this message finds you well.
Could you help me to resolve the installation error?
OS:
Ubuntu 22.04
500 RAM
1 CPU
Script:
URL=https://www.aapanel.com/script/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_7.0_en.sh "$URL";fi;bash install_7.0_en.sh aapanel
Error:
install_7.0_en.sh: line 1: error: command not found
Tried to download file on server side:
wget --no-check-certificate -O install_7.0_en.sh https://www.aapanel.com/script/install_7.0_en.sh
Resolving www.aapanel.com (www.aapanel.com)... 104.21.79.196, 172.67.171.7, 2606:4700:3031::6815:4fc4, ...
Connecting to www.aapanel.com (www.aapanel.com)|104.21.79.196|:443... connected.
HTTP request sent, awaiting response... 522
2024-12-11 10:53:44 ERROR 522: (no description).
Thanks.