1.0
This commit is contained in:
@@ -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
|
||||||
|
|||||||
BIN
OYO/opt/durapps/oyo/yoyo-getfastmirror/yoyo-getfastmirror
Executable file
BIN
OYO/opt/durapps/oyo/yoyo-getfastmirror/yoyo-getfastmirror
Executable file
Binary file not shown.
6
build.sh
6
build.sh
@@ -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 . ..
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user