新增 Service:Emby

2026-03-06 02:50:57 +00:00
parent bcad233c5d
commit 9c8a0be6a8

11
Service%EF%BC%9AEmby.md Normal file

@@ -0,0 +1,11 @@
# 下載 Emby
```bash
wget https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.11.0/emby-server-deb_4.8.11.0_amd64.deb
```
# 安裝 Emby
```bash
dpkg -i emby-server-deb_4.8.11.0_amd64.deb
```