Browse Source
fix v2
Signed-off-by: crueter <crueter@eden-emu.dev>
update-cpmutil
crueter
1 day ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
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 |