mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
3 lines
114 B
Bash
3 lines
114 B
Bash
|
#!/bin/sh
|
||
|
rm -rf genplus.opk
|
||
|
mksquashfs gen_gcw0 opk-data/* genplus.opk -all-root -noappend -no-exports -no-xattrs
|