mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-12 16:31:27 +00:00
2019-03-03
This commit is contained in:
@@ -2,6 +2,6 @@ service=Entware
|
||||
appname="entware"
|
||||
needver="0.0.1"
|
||||
supports="linux_arm,linux_mips,linux_x86_64"
|
||||
newinfo="增加了启动ONMP安装程序的选项"
|
||||
newinfo="修复了ONMP无法使用的问题"
|
||||
appinfo="一款开源且强大的包管理工具,许多功能都通过它来实现"
|
||||
version="0.0.3"
|
||||
version="0.0.4"
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
1.2.6
|
||||
@@ -96,7 +96,7 @@ start () {
|
||||
done
|
||||
|
||||
logsh "【$service】" "${appname}服务启动完成"
|
||||
[ "$onmp" == '1' ] && sh -c "$(curl -kfsSl https://raw.githubusercontent.com/mixbox/ONMP/master/oneclick.sh)"
|
||||
[ "$onmp" == '1' ] && sh -c "$(curl -kfsSl https://raw.githubusercontent.com/monlor/ONMP/master/oneclick.sh)"
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user