10 lines
255 B
Bash
Executable File
10 lines
255 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p OYO/opt/durapps/oyo/yoyo-getfastmirror
|
|
cd yoyo-getfastmirror
|
|
dart pub get
|
|
./release.sh
|
|
mv release/yoyo-getfastmirror ../OYO/opt/durapps/oyo/yoyo-getfastmirror -u
|
|
cd ../OYO
|
|
fakeroot dpkg -b . ..
|
|
rm opt/durapps/oyo/yoyo-getfastmirror/*
|