From 26569554a6f4bfa1b15cdd9e904ca04d1898fb3e Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 16 Nov 2024 20:52:23 +0100 Subject: [PATCH] added thread-sphere --- install.sh | 4 ++++ prepare.sh | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/install.sh b/install.sh index 5730c42..a22deeb 100755 --- a/install.sh +++ b/install.sh @@ -8,5 +8,9 @@ cd jet-search make install cd .. +cd thread-sphere +make install +cd .. + systemctl restart nginx systemctl restart bind9 diff --git a/prepare.sh b/prepare.sh index ac013f2..12f2796 100755 --- a/prepare.sh +++ b/prepare.sh @@ -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 ..