Merge pull request #132 from abcfy2/master

mixbox安装不再ln -s base64-decode
This commit is contained in:
Chaco Green
2020-04-14 10:37:19 +08:00
committed by GitHub

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"