canonical / canonical/layer-basic
Mixed use of apt_install and check_call
Open
cross-platform
- Dominant language
- Python
- Stars
- 10
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Code uses mixed apt_install and check_call. The former is a mapped function based on host OS; the latter is a straight CLI call.
Propose: consolidate check_call, nearly all of them are "pip install....", and replace them with apt_ version of mapped functions.
This makes it possible to support multiple host OS using the same code base.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.