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 ..
|
|
|
|
|
|
|
|
# final
|
|
|
|
git clone https://interstellardevelopment.org/code/VM-Experiments/linux-deployment-scripts.git
|
|
|
|
cd ..
|
2024-11-13 18:40:33 +01:00
|
|
|
tar -czvf deployment.tar.gz 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
|