mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-13 23:26:27 +02:00
6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
python3 -m pip install pyyaml
|
|
python3 configure.py
|
|
distrobuilder build-lxc build.yaml
|
|
|