diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-05-07 01:42:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 01:42:02 +0200 |
commit | 39240807a19538142fb46f23f61f54ded98a22aa (patch) | |
tree | 6ef65724b803ede99eba3021e1d7bf4c4e4cabbd /README.md | |
parent | b2d64fe32fa0015d383a82ec8d637e08286e37ee (diff) | |
download | FlightCore-39240807a19538142fb46f23f61f54ded98a22aa.tar.gz FlightCore-39240807a19538142fb46f23f61f54ded98a22aa.zip |
refactor: Prepare code for installing older Northstar versions (#305)
* refactor: Rename function
Rename `install_northstar` to `install_latest_northstar` to better
indicate what it does
* refactor: Have updater just call installer
* refactor: Move package selection to calling func
During installation, package should already be known so get package
name earlier as opposed to passing `Option<T>`
* chore: Format fix
* refactor: Allow passing NS version to install
If no version is passed, fallback is to latest
* refactor: Rename function
Back to `install_northstar` from `install_latest_northstar` as the
function can now install any Northstar version
* refactor: Do a borrow instead of clone
* refactor: Use `map` and `unwrap_or`
instead of `match`
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions