2019-03-03

This commit is contained in:
monlor
2019-03-03 21:05:38 +08:00
parent beed117298
commit cf48f81f17
54 changed files with 32 additions and 26 deletions

View File

@@ -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"

View File

@@ -1 +0,0 @@
1.2.6

View File

@@ -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)"
}