6 lines
122 B
Text
6 lines
122 B
Text
![]() |
getver_squashfs-tools() {
|
||
|
fetch \
|
||
|
| grep -Eo squashfs[-_]?[0-9a-z.]+.tar.[bgx]z2? \
|
||
|
| sed 's/squashfs//;s/\.tar.*//'
|
||
|
}
|