mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
1
This commit is contained in:
parent
3e62e515c8
commit
d4a61a414a
75 changed files with 0 additions and 9855 deletions
8
sign.sh
8
sign.sh
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
key=${1:-key-build}
|
||||
path=${2:-x86_64}
|
||||
[ -d $path/source/bin ] && [ -f "$key" ] && \
|
||||
find $path/source/bin \
|
||||
\( -name '*.img.gz' -or -name 'Packages' \) \
|
||||
-exec $path/source/staging_dir/host/bin/usign -S -m {} -s "$key" \;
|
||||
Loading…
Add table
Add a link
Reference in a new issue