mixbox安装不再ln -s base64-decode

This commit is contained in:
Feng Yu
2020-04-13 21:08:34 +08:00
parent 580c2fdf0a
commit 1764dc059a

View File

@@ -62,9 +62,6 @@ cp -rf ${mbtmp}/mixbox ${mbroot}
chmod -R +x ${mbroot}/*
[ "${mbroot}" != "/etc/mixbox" ] && ln -s ${mbroot} /etc/mixbox
# 工具箱文件处理
ln -sf /etc/mixbox/bin/base64-encode /etc/mixbox/bin/base64-decode
## for ubuntu
if uname -v | grep "Ubuntu" &> /dev/null; then
logsh "【Tools】" "正在切换默认Shell为bash请输入no"