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
|
|
|
|
cd jet-search
|
|
|
|
make install
|
|
|
|
cd ..
|
2024-11-13 20:56:30 +01:00
|
|
|
|
2024-11-16 20:52:23 +01:00
|
|
|
cd thread-sphere
|
|
|
|
make install
|
|
|
|
cd ..
|
|
|
|
|
2024-11-16 22:35:27 +01:00
|
|
|
cd chit-chat
|
|
|
|
make install
|
|
|
|
cd ..
|
|
|
|
|
2024-11-13 20:56:30 +01:00
|
|
|
systemctl restart nginx
|
2024-11-15 16:47:39 +01:00
|
|
|
systemctl restart bind9
|