feat: 增加s6-overlay的编译目录

This commit is contained in:
chuan
2026-05-17 00:14:20 +08:00
Unverified
parent 06e561fbcd
commit 100cc018e9
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
s6-overlay
+11
View File
@@ -0,0 +1,11 @@
# [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
```