New install script wont work

Currently I have a hetzner dedicated server with quickbox.

I just purchase an ovh dedicated server and installed ubuntu 16.04 i login as root and try to run the quickbox script and nothing happens… am I missing something here??

anyone? can i purchase a guru install i guess

Please post any error…

no error… i install fresh copy of ubuntu 16.04 load up putty login as root and try to run script and nothing happens…

Which command are you using? Are you sure you’re entering full and correct command?

im using the script on the quicbox main page am i missing something?

Hi, If you look on the first line you will notice the -yqq flag.

apt-get -yqq update; apt-get -yqq upgrade; apt-get -yqq install git lsb-release;

The -qq flag is set to make it less noisy and will not output anything except for errors. Since you’re running the script on a newly installed Ubuntu 16.04, I think the apt-get update is running on the background and trying to update your OS to the latest version first (which might take a while). And because the apt-get is set to quiet mode, you cannot see the progress of the update.

Try to apt-get update and apt-get upgrade first. And once the update is finished, try to run the Quickbox install script again.