chit-chat

This commit is contained in:
Patrick 2024-11-16 22:35:27 +01:00
parent 26569554a6
commit de5d695103
2 changed files with 10 additions and 0 deletions

View file

@ -12,5 +12,9 @@ cd thread-sphere
make install
cd ..
cd chit-chat
make install
cd ..
systemctl restart nginx
systemctl restart bind9

View file

@ -15,6 +15,12 @@ cd thread-sphere
make build
cd ..
# jet-search
git clone https://interstellardevelopment.org/code/VM-Experiments/chit-chat.git
cd chit-chat
make build
cd ..
# final
git clone https://interstellardevelopment.org/code/VM-Experiments/linux-deployment-scripts.git
cd ..