Mathieu Strypsteen
5e947beb2a
All checks were successful
ShellCheck / shellcheck (push) Successful in 17s
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
cp -R sandbox/* /
|
|
bash setup-server.sh
|
|
systemctl enable --now podman.socket
|