From 1764dc059afc7434a8ee4450f65891c9a7df08b3 Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Mon, 13 Apr 2020 21:08:34 +0800 Subject: [PATCH] =?UTF-8?q?mixbox=E5=AE=89=E8=A3=85=E4=B8=8D=E5=86=8Dln=20?= =?UTF-8?q?-s=20base64-decode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index d35cd4d..bfc23b5 100644 --- a/install.sh +++ b/install.sh @@ -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!"