5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
cp -R sandbox/* /
|
|
sh setup-server.sh
|
|
systemctl enable --now podman.socket
|