11 lines
245 B
Markdown
11 lines
245 B
Markdown
# [s6-overlay](https://github.com/just-containers/s6-overlay)
|
|
|
|
```sh
|
|
sudo apt update
|
|
sudo apt install -y git make wget xz-utils tar sed grep coreutils findutils
|
|
|
|
git clone https://github.com/just-containers/s6-overlay.git
|
|
|
|
cd s6-overlay
|
|
make
|
|
``` |