gitbls / sdm

Raspberry Pi SD Card Image Manager
MIT License
469 stars 48 forks source link

Adds missing plugins to EZsdmInstaller #248

Closed aendra-rininsland closed 3 months ago

aendra-rininsland commented 3 months ago

I noticed the EZsdmInstaller doesn't add the git-clone plugin for me, which I need. Noticed a few other ones missing too; also, seems the L10n plugin's missing now?

gitbls commented 3 months ago

L10n is in the master branch github line 128.

burnpwdwas removed in V9.1.1. Per the change log:

  * The `adduser` and `burnpwd` plugins are removed and replaced by an enhanced `user` plugin

I've updated EZsdmInstaller from here to add the missing git-clone. Thanks for pointing it out, and sorry I missed that.

I don't think anyone has used git-clone, since nobody has pointed out the EZsdmInstaller omission. Please let me know how it works for you. Thx!

aendra-rininsland commented 3 months ago

Cool, thanks for the explanation! Really appreciate sdm btw, it's saved me a tonne of time on a project today!

gitbls commented 3 months ago

Cool, thanks for the explanation! Really appreciate sdm btw, it's saved me a tonne of time on a project today!

So glad that it was helpful for you! Thanks for the feedback.