welcoMattic / kymsu

Keep Your macOs Stuff Updated (KYMSU)
https://welcomattic.github.io/kymsu
MIT License
129 stars 31 forks source link

Ensure run order for plugins #33

Closed jsfr closed 6 years ago

jsfr commented 6 years ago

Currently it's semi-random which order the update scripts are being run in.

Adding -s on find forces it to traverse in lexicographical order, meaning that 00-... comes before 10-... which will come before 20-... etc.