canonical / canonical/layer-basic

Mixed use of apt_install and check_call

Open
#98 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.