Change the install command a little

It’s currently
apt-get -y update; apt-get -y upgrade; apt-get -y install git lsb-release;
git clone --recursive https://lab.quickbox.io/QuickBox/QuickBox QuickBox &&
bash ~/QuickBox/setup/quickbox-setup

It assumes you’re in /root

What if you did:
cd /root;apt-get -y update; apt-get -y upgrade; apt-get -y install git lsb-release;
git clone --recursive https://lab.quickbox.io/QuickBox/QuickBox QuickBox &&
bash ~/QuickBox/setup/quickbox-setup

or something similar so that it moved you to /root before you do the git clone and run setup.

It’s already that way in the repo on quicklab; the wiki can be updated easily