diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-08-05 21:11:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 21:11:46 +0300 |
commit | 69d3df5f945adc4f7ab5d1198167a1dbc8412fc9 (patch) | |
tree | 93b21cd948048778a2b2557783157f40d6ada3d9 /src | |
parent | 155bec7262698afd996b9a2ff4659d88bf168abc (diff) |
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils'
* removing duplicate tests
Diffstat (limited to 'src')
-rw-r--r-- | src/common-utils/README.md (renamed from src/common/README.md) | 4 | ||||
-rw-r--r-- | src/common-utils/devcontainer-feature.json (renamed from src/common/devcontainer-feature.json) | 4 | ||||
-rwxr-xr-x | src/common-utils/install.sh (renamed from src/common/install.sh) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/common/README.md b/src/common-utils/README.md index b32cd45..d35e688 100644 --- a/src/common/README.md +++ b/src/common-utils/README.md @@ -1,5 +1,5 @@ -# Common Debian (common) +# Common Debian utilities (common-utils) Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user. @@ -7,7 +7,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r ```json "features": { - "devcontainers/features/common@latest": { + "devcontainers/features/common-utils@latest": { "version": "latest" } } diff --git a/src/common/devcontainer-feature.json b/src/common-utils/devcontainer-feature.json index 8cc6284..3eda5d3 100644 --- a/src/common/devcontainer-feature.json +++ b/src/common-utils/devcontainer-feature.json @@ -1,6 +1,6 @@ { - "id": "common", - "name": "Common Debian", + "id": "common-utils", + "name": "Common Debian Utilities", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", "options": { "install_Zsh": { diff --git a/src/common/install.sh b/src/common-utils/install.sh index 7edbe53..7edbe53 100755 --- a/src/common/install.sh +++ b/src/common-utils/install.sh |