chit-chat has been disabled.
This commit is contained in:
parent
2d8cc0d68d
commit
73532ee105
2 changed files with 10 additions and 9 deletions
|
@ -12,9 +12,10 @@ cd thread-sphere
|
|||
make install
|
||||
cd ..
|
||||
|
||||
cd chit-chat
|
||||
make install
|
||||
cd ..
|
||||
# chit-chat - on hold, weird issues
|
||||
#cd chit-chat
|
||||
#make install
|
||||
#cd ..
|
||||
|
||||
systemctl restart nginx
|
||||
systemctl restart bind9
|
||||
|
|
12
prepare.sh
12
prepare.sh
|
@ -15,11 +15,11 @@ cd thread-sphere
|
|||
make build
|
||||
cd ..
|
||||
|
||||
# chit-chat
|
||||
git clone https://interstellardevelopment.org/code/VM-Experiments/chit-chat.git
|
||||
cd chit-chat
|
||||
make build
|
||||
cd ..
|
||||
# chit-chat - on hold, weird issues
|
||||
#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
|
||||
|
@ -31,4 +31,4 @@ mv deployment.tar.gz preparation-scripts/linux-deployment-scripts/downloads
|
|||
cd preparation-scripts
|
||||
cd linux-deployment-scripts
|
||||
sudo ./main.py -v -ct configs/debian/bookworm_server.json
|
||||
sudo ./main.py -v -ct configs/debian/bookworm_gnome.json
|
||||
#sudo ./main.py -v -ct configs/debian/bookworm_gnome.json
|
||||
|
|
Loading…
Reference in a new issue