Skip to content

Commit

Permalink
juis: ... or system crc32
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Aug 2, 2023
1 parent 89041ee commit cd9813a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/juis/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ CACHE="/tmp/.freetz-juis"
CRAP_FILTER="5382169925"


[ ! -e "$TOOLS/crc32" ] && echo "You have to run 'make tools' first." && exit 1
#crc32
[ -e "$TOOLS/crc32" ] && CRC32="$TOOLS/crc32" || CRC32="$(which crc32)"
[ -x "$CRC32" ] && echo "You have to install 'crc32' or run 'make tools' first." && exit 1

#rel
echo -e '\n### FOS-Release ################################################'
Expand Down

0 comments on commit cd9813a

Please sign in to comment.