Error Install in NL Dedi Oneprovider

I try install Quickbox with command in front page Quickbox site,
and have error like this

OS :
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.4 LTS
Release: 14.04
Codename: trusty

Cloning into ‘setup’…
remote: Counting objects: 1832, done.
remote: Compressing objects: 100% (858/858), done.
remote: Total 1832 (delta 966), reused 1801 (delta 942)
Receiving objects: 100% (1832/1832), 9.16 MiB | 0 bytes/s, done.
Resolving deltas: 100% (966/966), done.
Checking connectivity… done.
Submodule path ‘setup’: checked out ‘0c6b14cefc03ddd00a5a79f22e67c28b98c631a8’
bash: /root/QuickBox/setup/quickbox-setup: No such file or directory

This is usually an error produced if you are not logged in and installing form the /root directory. Thus, it cannot find the install script, which is located outside of where you are currently installing. If you are attempting to install as sudo in a directory such as /home/_this-user_ it will fail.

You can root yourself and try again by typing sudo su and then running the install from root… just type cd once you are rooted.

I am taking note of the forward slash / in your current location… should be…

root@dedi-ams-93532:~#

and not

root@dedi-ams-93532:/#
2 Likes

like this ?
root@dedi-ams-93532:/# ls
bin etc lib media proc run sys var
boot home lib64 mnt QuickBox sbin tmp vmlinuz
dev initrd.img lost+found opt root srv usr
root@dedi-ams-93532:/# cd root
root@dedi-ams-93532:~# 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

Correct, that will work. :slight_smile:

Thanks that worked :smile:

thanks for your fast respon and support :slight_smile: