preparation-scripts/prepare.sh

35 lines
999 B
Bash
Raw Permalink Normal View History

2024-11-13 18:22:18 +01:00
#!/bin/bash
# This file is part of VM-Experiments.
# Licensed under the GPL-3.0-or-later. See LICENSE for details.
# jet-search
git clone https://interstellardevelopment.org/code/VM-Experiments/jet-search.git
cd jet-search
make build
cd ..
2024-11-17 13:52:19 +01:00
# thread-sphere
2024-11-16 20:52:23 +01:00
git clone https://interstellardevelopment.org/code/VM-Experiments/thread-sphere.git
cd thread-sphere
make build
cd ..
2024-11-17 19:25:01 +01:00
# chit-chat - on hold, weird issues
#git clone https://interstellardevelopment.org/code/VM-Experiments/chit-chat.git
#cd chit-chat
#make build
#cd ..
2024-11-16 22:35:27 +01:00
2024-11-13 18:22:18 +01:00
# final
git clone https://interstellardevelopment.org/code/VM-Experiments/linux-deployment-scripts.git
cd ..
2024-11-14 15:14:28 +01:00
tar -czvf deployment.tar.gz -C preparation-scripts .
2024-11-13 18:22:18 +01:00
mkdir -p preparation-scripts/linux-deployment-scripts/downloads
mv deployment.tar.gz preparation-scripts/linux-deployment-scripts/downloads
2024-11-14 16:35:39 +01:00
cd preparation-scripts
cd linux-deployment-scripts
2024-11-15 16:47:39 +01:00
sudo ./main.py -v -ct configs/debian/bookworm_server.json
2024-11-17 19:25:01 +01:00
#sudo ./main.py -v -ct configs/debian/bookworm_gnome.json