diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-11-01 01:10:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-01 01:10:22 +0300 |
commit | 1313517fc4570e32e75b3bc405c7162e7911caff (patch) | |
tree | b580cce65dfb21c5ba5deaa518d9f02e7f51b9a4 | |
parent | 2ce89c4a5743e11c9d1d1a37e25373d2fea5fa8e (diff) |
Automated documentation update (#250)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/common-utils/README.md | 2 | ||||
-rw-r--r-- | src/conda/README.md | 2 | ||||
-rw-r--r-- | src/docker-in-docker/README.md | 2 | ||||
-rw-r--r-- | src/dotnet/README.md | 2 | ||||
-rw-r--r-- | src/java/README.md | 4 | ||||
-rw-r--r-- | src/nvidia-cuda/README.md | 4 | ||||
-rw-r--r-- | src/python/README.md | 6 |
7 files changed, 11 insertions, 11 deletions
diff --git a/src/common-utils/README.md b/src/common-utils/README.md index 1b1342c..0150af3 100644 --- a/src/common-utils/README.md +++ b/src/common-utils/README.md @@ -23,7 +23,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r | username | Enter name of non-root user to configure or none to skip | string | automatic | | uid | Enter uid for non-root user | string | automatic | | gid | Enter gid for non-root user | string | automatic | -| nonFreePackages | Add packages from non-free Debian repository? | boolean | - | +| nonFreePackages | Add packages from non-free Debian repository? | boolean | false | ## Speeding up the command prompt in large repositories diff --git a/src/conda/README.md b/src/conda/README.md index b4c949c..5472af7 100644 --- a/src/conda/README.md +++ b/src/conda/README.md @@ -18,7 +18,7 @@ A cross-platform, language-agnostic binary package manager | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select or enter a conda version. | string | latest | -| addCondaForge | Add conda-forge channel to the config? | boolean | - | +| addCondaForge | Add conda-forge channel to the config? | boolean | false | ## Using Conda diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index 83a0bb9..28ec48a 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -21,7 +21,7 @@ Create child containers *inside* a container, independent from the host's docker | moby | Install OSS Moby build instead of Docker CE | boolean | true | | dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 | | azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true | -| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - | +| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | | diff --git a/src/dotnet/README.md b/src/dotnet/README.md index c74e679..d40eb4a 100644 --- a/src/dotnet/README.md +++ b/src/dotnet/README.md @@ -18,7 +18,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest | -| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - | +| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | false | | installUsingApt | If true, it installs using apt instead of the release URL | boolean | true | diff --git a/src/java/README.md b/src/java/README.md index 388aa07..343cc60 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -19,8 +19,8 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies. |-----|-----|-----|-----| | version | Select or enter a Java version to install | string | latest | | jdkDistro | Select or enter a JDK distribution | string | ms | -| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | - | -| installMaven | Install Maven, a management tool for Java | boolean | - | +| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | false | +| installMaven | Install Maven, a management tool for Java | boolean | false | ## License diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md index 710bcf5..735e725 100644 --- a/src/nvidia-cuda/README.md +++ b/src/nvidia-cuda/README.md @@ -17,8 +17,8 @@ Installs shared libraries for NVIDIA CUDA. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | - | -| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | - | +| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false | +| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false | | cudaVersion | Version of CUDA to install | string | 11.7 | | cudnnVersion | Version of cuDNN to install | string | 8.5.0.96 | diff --git a/src/python/README.md b/src/python/README.md index 2f1434d..3e28acb 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -19,10 +19,10 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho |-----|-----|-----|-----| | version | Select a Python version to install. | string | os-provided | | installTools | Install common Python tools like pylint | boolean | true | -| optimize | Optimize Python for performance when compiled (slow) | boolean | - | +| optimize | Optimize Python for performance when compiled (slow) | boolean | false | | installPath | The path where python will be installed. | string | /usr/local/python | -| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - | -| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - | +| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false | +| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | | |