diff --git a/OYO/DEBIAN/control b/OYO/DEBIAN/control
index 2a5fd4f..e6b020c 100644
--- a/OYO/DEBIAN/control
+++ b/OYO/DEBIAN/control
@@ -1,5 +1,5 @@
 Package: oyo
-Version: 1.2
+Version: 1.2.2
 Maintainer: shenmo <shenmo@spark-app.store>
 Section: utils
 Installed-Size:10
diff --git a/OYO/usr/bin/oyo b/OYO/usr/bin/oyo
index 7db8ee0..9b6f1a8 100755
--- a/OYO/usr/bin/oyo
+++ b/OYO/usr/bin/oyo
@@ -34,5 +34,5 @@ if [ "$1" = "yyupdate" ];then
 update-apt-fast-conf
 ##### 其他的直接转给apt-fast
 else
-${YY_APT_FAST} $@
+${YY_APT_FAST} $@ --allow-downgrades
 fi