Hello.
I’m trying to install zpanel on my fresh ubuntu 12 droplet using this comand
bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh)
And nothing happen, nothing is downloaded, I installed zpanel many times few months ago on another droplets using the above command.
I read an article that Digital Ocean dont work with zpanel for security risks, i dont care it, my droplet is just for develop porpuse, please can any one helpme?
Thank you.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
If you try to download the script using cURL with verbose output, you’ll see that the link is a 301 redirect to a different URL. The command:
shows:
cURL does not follow redirects by default. So you can pass the
-L
flag so that it does:Or you can just use the new link directly: