hey folks,
I’ve noticed something strange about the installation script.
Ubuntu 16.04
I’ve only been able to install with the script on the home page if I do the following things first
sudo -s
cd /root/
If I don’t do these two steps first, the script constantly calls for /root/quickbox/… and complains that it can’t find the files
This is probably because when I run the inital script as sudo, I’m usually in my home directory, not in /root/
Is this expected?