1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

chmod recursive

This commit is contained in:
GilbN 2022-07-22 19:36:03 +02:00
parent 3609395c24
commit 76bfe40e39

View File

@ -14,4 +14,4 @@ jq -r 'to_entries | map(.key + "|" + (.value | tostring)) | .[]' <<< "$MODS" | \
curl "$value" --create-dirs --output "$DIR/98-themepark-$key" --silent
echo "Fetched $key script"
done
chmod go+rx $DIR
chmod -R +x $DIR