mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 18:49:41 +00:00
modified: .github/workflows/mikrotik_patch_7.yml
This commit is contained in:
parent
1d9971b387
commit
e728aec84c
4
.github/workflows/mikrotik_patch_7.yml
vendored
4
.github/workflows/mikrotik_patch_7.yml
vendored
@ -202,7 +202,7 @@ jobs:
|
|||||||
}]
|
}]
|
||||||
EOF
|
EOF
|
||||||
sudo apt-get install python3-crcmod
|
sudo apt-get install python3-crcmod
|
||||||
HASH=$(python3 -E <<EOF
|
HASH=$(sudo python3 -E <<EOF
|
||||||
import hashlib, crcmod, sys
|
import hashlib, crcmod, sys
|
||||||
with open('option.jg','rb') as f:
|
with open('option.jg','rb') as f:
|
||||||
data = f.read()
|
data = f.read()
|
||||||
@ -214,7 +214,7 @@ jobs:
|
|||||||
SHA1_PREFIX=$(echo "$HASH" | awk '{print $1}')
|
SHA1_PREFIX=$(echo "$HASH" | awk '{print $1}')
|
||||||
CRC=$(echo "$HASH" | awk '{print $2}')
|
CRC=$(echo "$HASH" | awk '{print $2}')
|
||||||
sudo mv option.jg option-$SHA1_PREFIX.jg
|
sudo mv option.jg option-$SHA1_PREFIX.jg
|
||||||
python3 << EOF
|
sudo python3 -E << EOF
|
||||||
import gzip
|
import gzip
|
||||||
gzip.open('option-$SHA1_PREFIX.jg.gz', 'wb', compresslevel=0).write(open('option-$SHA1_PREFIX.jg', 'rb').read())
|
gzip.open('option-$SHA1_PREFIX.jg.gz', 'wb', compresslevel=0).write(open('option-$SHA1_PREFIX.jg', 'rb').read())
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user