Tuxedo Control Center has a minimum version requirement on the version of the "tuxedo_io" kernel module (at runtime).
7 lines
320 B
Markdown
7 lines
320 B
Markdown
# How to update
|
|
|
|
1. Run `update.sh` and pass the version you want to update to as a parameter. For example: `./update.sh 1.0.9`
|
|
1. Bump the version and SHA-256 of `tuxedo-control-center` in [default.nix](./default.nix).
|
|
1. Adjust the version check of `tuxedo-keyboard` in [module.nix](../module.nix).
|
|
1. Build and test.
|