1.Esxi部署debian
2.下载emby服务器安装包(一定要用安装包的方式安装,docker命令拉取emby无法调用核显)
wget https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.10.0/emby-server-deb_4.8.10.0_amd64.deb
3.执行安装
dpkg -i emby-server-deb_4.8.11.0_amd64.deb
4.更新host文件,保证顺利刮削
进入这个网址https://github.com/cnwikee/CheckTMDB?tab=readme-ov-file
修改host文件
sudo nano /etc/hosts
把网址里面的hosts数据加载到hosts文件最后。
然后ctrl+x退出,选择Y保存,reboot重启即可。