9 lines
240 B
Bash
Executable File
9 lines
240 B
Bash
Executable File
#!/bin/bash
|
|
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 . ..
|
|
rm opt/durapps/oyo/yoyo-getfastmirror
|