允许降级

This commit is contained in:
shenmo 2023-02-02 23:05:53 +08:00
parent 537fcb8701
commit 8510d08952
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Package: oyo
Version: 1.2
Version: 1.2.2
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