mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
base64_decode错误
This commit is contained in:
@@ -12,6 +12,11 @@
|
|||||||
|
|
||||||
### 更新日志
|
### 更新日志
|
||||||
|
|
||||||
|
* 2020-03-05-2
|
||||||
|
* 由于cdn缓存不刷新,还是滚回了`coding`源:`https://monlor.coding.net/p/mbfiles/d/mbfiles/git/raw/master`
|
||||||
|
* 新增`DLNA`插件`DMS`
|
||||||
|
* `Qiandao`插件bug修复
|
||||||
|
|
||||||
* 2020-03-05
|
* 2020-03-05
|
||||||
* 由于`coding`限制仓库容量不能大于`2G`,尝试使用`github`的`cdn`源:`https://cdn.jsdelivr.net/gh/monlor/mbfiles`
|
* 由于`coding`限制仓库容量不能大于`2G`,尝试使用`github`的`cdn`源:`https://cdn.jsdelivr.net/gh/monlor/mbfiles`
|
||||||
* 最新版本里选择`github下载源`默认为`cdn`源,**推荐使用**
|
* 最新版本里选择`github下载源`默认为`cdn`源,**推荐使用**
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
base64_encode
|
|
||||||
@@ -4,4 +4,4 @@ needver=""
|
|||||||
supports="linux_arm,linux_mips,linux_x86_64"
|
supports="linux_arm,linux_mips,linux_x86_64"
|
||||||
appinfo="一款支持多平台,多架构的Shell工具箱"
|
appinfo="一款支持多平台,多架构的Shell工具箱"
|
||||||
newinfo="新增base64_encode工具"
|
newinfo="新增base64_encode工具"
|
||||||
version="0.1.9"
|
version="0.1.9.1"
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ tar -zxvf ${mbtmp}/mixbox.tar.gz -C ${mbtmp} > /dev/null 2>&1
|
|||||||
|
|
||||||
logsh "【Tools】" "更新工具箱文件"
|
logsh "【Tools】" "更新工具箱文件"
|
||||||
# 处理工具箱二进制文件
|
# 处理工具箱二进制文件
|
||||||
|
ln -sf ${mbtmp}/mixbox/bin/base64-encode ${mbtmp}/mixbox/bin/base64-decode
|
||||||
|
|
||||||
logsh "【Tools】" "初始化uci配置信息..."
|
logsh "【Tools】" "初始化uci配置信息..."
|
||||||
echo >> ${mbtmp}/mixbox/config/mixbox.uci # 防止最后一行读取不到
|
echo >> ${mbtmp}/mixbox/config/mixbox.uci # 防止最后一行读取不到
|
||||||
|
|||||||
@@ -62,6 +62,9 @@ cp -rf ${mbtmp}/mixbox ${mbroot}
|
|||||||
chmod -R +x ${mbroot}/*
|
chmod -R +x ${mbroot}/*
|
||||||
[ "${mbroot}" != "/etc/mixbox" ] && ln -s ${mbroot} /etc/mixbox
|
[ "${mbroot}" != "/etc/mixbox" ] && ln -s ${mbroot} /etc/mixbox
|
||||||
|
|
||||||
|
# 工具箱文件处理
|
||||||
|
ln -sf /etc/mixbox/bin/base64-encode /etc/mixbox/bin/base64-decode
|
||||||
|
|
||||||
## for ubuntu
|
## for ubuntu
|
||||||
if uname -v | grep "Ubuntu" &> /dev/null; then
|
if uname -v | grep "Ubuntu" &> /dev/null; then
|
||||||
logsh "【Tools】" "正在切换默认Shell为bash,请输入no!"
|
logsh "【Tools】" "正在切换默认Shell为bash,请输入no!"
|
||||||
|
|||||||
Reference in New Issue
Block a user