新增 Service:Coder

2026-05-20 06:39:02 +00:00
parent 254c955273
commit 01bc1441bc
+11
@@ -0,0 +1,11 @@
# 安裝 Coder
```bash
curl -L https://coder.com/install.sh | sh
```
# 啟動 Coder 服務
```bash
systemctl enable --now coder
```