added thread-sphere

This commit is contained in:
Patrick 2024-11-16 20:52:23 +01:00
parent f3b789b9a8
commit 26569554a6
2 changed files with 10 additions and 0 deletions

View file

@ -8,5 +8,9 @@ cd jet-search
make install
cd ..
cd thread-sphere
make install
cd ..
systemctl restart nginx
systemctl restart bind9

View file

@ -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 ..