1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-14 16:55:11 +02:00

remove sudo

This commit is contained in:
GilbN 2022-07-10 19:10:33 +02:00
parent 302ea84efa
commit e60c53fba3

View File

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