openSUSE / jeos-firstboot

Lightweight firstboot wizard systemd service for SLE and openSUSE JeOS Images
MIT License
14 stars 13 forks source link

Add support for shellcheck #97

Closed Vogtinator closed 8 months ago

Vogtinator commented 2 years ago

TODO:

Fixes #95

Vogtinator commented 2 years ago

To run shellcheck: find files/usr/sbin files/usr/share/jeos-firstboot -type f -print0 | xargs -0 shellcheck

lnussel commented 9 months ago

what's missing?

Vogtinator commented 9 months ago

Testing. I was busy with other more important stuff (as I told you).

Vogtinator commented 8 months ago

Tested together with #111 and #112, works.