Browse Source

fix v2

Signed-off-by: crueter <crueter@eden-emu.dev>
update-cpmutil
crueter 1 day ago
parent
commit
7bb30a1086
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      tools/cpm-fetch-all.sh

2
tools/cpm-fetch-all.sh

@ -8,7 +8,7 @@
# provided for workflow compat
find tools/cpm -type f -exec chmod +x {} \;
find tools/ -name '*.sh' -type f -exec chmod +x {} \;
# shellcheck disable=SC2086
tools/cpmutil.sh package fetch -a
Loading…
Cancel
Save