From 8510d089522cec6f40730b0e5a790da675721832 Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 2 Feb 2023 23:05:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E9=99=8D=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OYO/DEBIAN/control | 2 +- OYO/usr/bin/oyo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 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