This commit is contained in:
2023-01-30 15:28:57 +08:00
parent e849fa3c53
commit 06c8e89568
5 changed files with 7 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ Section: utils
Installed-Size:10
Depends: curl,transhell
Description: Aptss for Yoyo OS
Architecture: all
Architecture: amd64
Homepage: https://gitee.com/spark-community-works-collections/oyo
Provides: apt
Conflicts: apt

Binary file not shown.

View File

@@ -1,3 +1,7 @@
#!/bin/bash
cd OYO
mkdir -p OYO/opt/durapps/oyo/yoyo-getfastmirror
cd yoyo-getfastmirror
./release.sh
mv release/yoyo-getfastmirror ../OYO/opt/durapps/oyo/yoyo-getfastmirror -u
cd ../OYO
fakeroot dpkg -b . ..

View File

@@ -16,7 +16,7 @@ class GetfastmirroCommand extends Command<int> {
@override
String get description =>
'Get fastest mirro and generate config file for oyo';
'Get fastest mirror and generate config file for oyo';
@override
String get name => 'getfastmirror';