2 Commits
1.2.1 ... 1.2.3

Author SHA1 Message Date
bb869eec89 关闭提示,防止星火出错 2023-02-02 23:28:35 +08:00
8510d08952 允许降级 2023-02-02 23:05:53 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Package: oyo
Version: 1.2
Version: 1.2.3
Maintainer: shenmo <shenmo@spark-app.store>
Section: utils
Installed-Size:10

View File

@@ -34,5 +34,5 @@ if [ "$1" = "yyupdate" ];then
update-apt-fast-conf
##### 其他的直接转给apt-fast
else
${YY_APT_FAST} $@
${YY_APT_FAST} $@ --allow-downgrades
fi

View File

@@ -2,5 +2,5 @@
source /opt/durapps/transhell/transhell.sh
load_transhell
echo -e "${TRANSHELL_CONTENT_APT_IS_PROVIDED_BY_OYO} "
#echo -e "${TRANSHELL_CONTENT_APT_IS_PROVIDED_BY_OYO} "
oyo $@