mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-31 15:11:43 +00:00
* Remove dependency on bash Bash is not always the default shell, and `source` only works in Bash. With Ubuntu 23 and 24 for example, the default shell is now Dash. Using `.` ensures wide compatibility. * Apply suggestions from code review * Apply suggestions from code review --------- Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>