mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
7 lines
No EOL
93 B
Bash
Executable file
7 lines
No EOL
93 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eu pipefail
|
|
|
|
./docker/setup_net.sh
|
|
|
|
./registry/run.sh
|
|
./nginx/run.sh |