From 73532ee1050a665305c8af6decd4998ebd79983f Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 17 Nov 2024 19:25:01 +0100 Subject: [PATCH] chit-chat has been disabled. --- install.sh | 7 ++++--- prepare.sh | 12 ++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/install.sh b/install.sh index 8eeb38c..eab48be 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/prepare.sh b/prepare.sh index 4291e9b..0517fbe 100755 --- a/prepare.sh +++ b/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