[Bug Report] 请问deepin最新版安装宝塔为什么不行啊,桌面都错位了
Tofloor
poster avatar
搅得周天寒彻
deepin
2025-12-04 00:40
Author

同标题

Reply Favorite View the author
All Replies
RucLinux
deepin
2025-12-04 08:20
#1

用桌面安装服务器管理软件?为什么?

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2026-01-19 11:25
#2
#先正常安装BT
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_latest.sh;else wget -O install_latest.sh https://download.bt.cn/install/install_latest.sh;fi;bash install_latest.sh ssl251210

由于deepin25的/usr目录默认只读,bt的btpip和btpython链接不进去,需要安装后手动链接一下后就可以正常登陆面板了。

#重新创建软连接
echo  "ln -s /www/server/panel/pyenv/bin/pip3 /usr/bin/btpip" | sudo deepin-immutable-ctl admin exec bash
echo  "ln -s /www/server/panel/pyenv/bin/python3 /usr/bin/btpython" | sudo deepin-immutable-ctl admin exec bash
Reply View the author