ublue-os / framework

OCI Images derived of ublue-os main images for Framework hardware
https://universal-blue.org/images/framework
Apache License 2.0
13 stars 2 forks source link

fix: append just commands to 60-custom.just #30

Closed bobslept closed 7 months ago

bobslept commented 7 months ago

Append the custom framework commands to the 60-custom.just file. Doing it this way assures that if there is a custom just file already in place, it would add them to it instead of overwriting the file.

Fixes: #28 Fixes: #29