1.0
This commit is contained in:
@@ -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
|
||||
|
||||
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
|
||||
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 . ..
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user