New install: Reference to setup tree is incorrect - blocking install

Running the initial command:

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

Ends up in:

Cloning into ‘setup’…
remote: Counting objects: 1864, done.
remote: Compressing objects: 100% (853/853), done.
remote: Total 1864 (delta 991), reused 1845 (delta 979)
Receiving objects: 100% (1864/1864), 9.17 MiB | 0 bytes/s, done.
Resolving deltas: 100% (991/991), done.
Checking connectivity… done.
fatal: reference is not a tree: 528af84d71d25bae224a56ae66547377c2a8c7a2
Unable to checkout ‘528af84d71d25bae224a56ae66547377c2a8c7a2’ in submodule path ‘setup’

1 Like

what os was this installed on?

Debian Jessie

Fixed the bad submodule reference and it is good again.

1 Like