除了Install之外不允许降级
This commit is contained in:
parent
bb869eec89
commit
01397bf9c6
@ -1,5 +1,5 @@
|
|||||||
Package: oyo
|
Package: oyo
|
||||||
Version: 1.2.3
|
Version: 1.2.4
|
||||||
Maintainer: shenmo <shenmo@spark-app.store>
|
Maintainer: shenmo <shenmo@spark-app.store>
|
||||||
Section: utils
|
Section: utils
|
||||||
Installed-Size:10
|
Installed-Size:10
|
||||||
|
@ -34,5 +34,8 @@ if [ "$1" = "yyupdate" ];then
|
|||||||
update-apt-fast-conf
|
update-apt-fast-conf
|
||||||
##### 其他的直接转给apt-fast
|
##### 其他的直接转给apt-fast
|
||||||
else
|
else
|
||||||
|
elif [ "$1" = "install" ];then
|
||||||
${YY_APT_FAST} $@ --allow-downgrades
|
${YY_APT_FAST} $@ --allow-downgrades
|
||||||
|
else
|
||||||
|
${YY_APT_FAST} $@
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user