20 lines
282 B
Bash
Executable file
20 lines
282 B
Bash
Executable file
#!/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 ..
|
|
|
|
cd thread-sphere
|
|
make install
|
|
cd ..
|
|
|
|
cd chit-chat
|
|
make install
|
|
cd ..
|
|
|
|
systemctl restart nginx
|
|
systemctl restart bind9
|