salim5
April 1st, 2015, 04:28 AM
I am new to ubuntu, trying to install zpanel on my VPS server.I have followed this answer,
http://askubuntu.com/questions/430231/how-to-install-zpanel-10-1-1-for-ubuntu-server-12-04-lts
first download the script
wget https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh
Then make the script executable
chmod +x 10_1_1.sh
Then run the script
sudo ./10_1_1.sh
and it worked till I run the script.After executing the script,when I run it,I get this error on my putty
./10_1_1.sh: line 4: syntax error near unexpected token `newline'
./10_1_1.sh: line 4: `<!DOCTYPE html>'
How can I get rid of this problem?Please help.
Thank you
http://askubuntu.com/questions/430231/how-to-install-zpanel-10-1-1-for-ubuntu-server-12-04-lts
first download the script
wget https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh
Then make the script executable
chmod +x 10_1_1.sh
Then run the script
sudo ./10_1_1.sh
and it worked till I run the script.After executing the script,when I run it,I get this error on my putty
./10_1_1.sh: line 4: syntax error near unexpected token `newline'
./10_1_1.sh: line 4: `<!DOCTYPE html>'
How can I get rid of this problem?Please help.
Thank you