added thread-sphere
This commit is contained in:
parent
f3b789b9a8
commit
26569554a6
2 changed files with 10 additions and 0 deletions
|
@ -8,5 +8,9 @@ cd jet-search
|
|||
make install
|
||||
cd ..
|
||||
|
||||
cd thread-sphere
|
||||
make install
|
||||
cd ..
|
||||
|
||||
systemctl restart nginx
|
||||
systemctl restart bind9
|
||||
|
|
|
@ -9,6 +9,12 @@ cd jet-search
|
|||
make build
|
||||
cd ..
|
||||
|
||||
# jet-search
|
||||
git clone https://interstellardevelopment.org/code/VM-Experiments/thread-sphere.git
|
||||
cd thread-sphere
|
||||
make build
|
||||
cd ..
|
||||
|
||||
# final
|
||||
git clone https://interstellardevelopment.org/code/VM-Experiments/linux-deployment-scripts.git
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue