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 Installed-Size:10
Depends: curl,transhell Depends: curl,transhell
Description: Aptss for Yoyo OS Description: Aptss for Yoyo OS
Architecture: all Architecture: amd64
Homepage: https://gitee.com/spark-community-works-collections/oyo Homepage: https://gitee.com/spark-community-works-collections/oyo
Provides: apt Provides: apt
Conflicts: apt Conflicts: apt

Binary file not shown.

View File

@@ -1,3 +1,7 @@
#!/bin/bash #!/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 . .. fakeroot dpkg -b . ..

View File

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