Skip to content

Commit 1313517

Browse files
github-actions[bot]github-actions
andauthored
Automated documentation update (#250)
Automated documentation update [skip ci] Co-authored-by: github-actions <[email protected]>
1 parent 2ce89c4 commit 1313517

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

src/common-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
2323
| username | Enter name of non-root user to configure or none to skip | string | automatic |
2424
| uid | Enter uid for non-root user | string | automatic |
2525
| gid | Enter gid for non-root user | string | automatic |
26-
| nonFreePackages | Add packages from non-free Debian repository? | boolean | - |
26+
| nonFreePackages | Add packages from non-free Debian repository? | boolean | false |
2727

2828
## Speeding up the command prompt in large repositories
2929

src/conda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A cross-platform, language-agnostic binary package manager
1818
| Options Id | Description | Type | Default Value |
1919
|-----|-----|-----|-----|
2020
| version | Select or enter a conda version. | string | latest |
21-
| addCondaForge | Add conda-forge channel to the config? | boolean | - |
21+
| addCondaForge | Add conda-forge channel to the config? | boolean | false |
2222

2323
## Using Conda
2424

src/docker-in-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create child containers *inside* a container, independent from the host's docker
2121
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
2222
| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 |
2323
| azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true |
24-
| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - |
24+
| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | |
2525

2626

2727

src/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
1818
| Options Id | Description | Type | Default Value |
1919
|-----|-----|-----|-----|
2020
| version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest |
21-
| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - |
21+
| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | false |
2222
| installUsingApt | If true, it installs using apt instead of the release URL | boolean | true |
2323

2424

src/java/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
1919
|-----|-----|-----|-----|
2020
| version | Select or enter a Java version to install | string | latest |
2121
| jdkDistro | Select or enter a JDK distribution | string | ms |
22-
| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | - |
23-
| installMaven | Install Maven, a management tool for Java | boolean | - |
22+
| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | false |
23+
| installMaven | Install Maven, a management tool for Java | boolean | false |
2424

2525
## License
2626

src/nvidia-cuda/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Installs shared libraries for NVIDIA CUDA.
1717

1818
| Options Id | Description | Type | Default Value |
1919
|-----|-----|-----|-----|
20-
| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | - |
21-
| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | - |
20+
| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false |
21+
| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false |
2222
| cudaVersion | Version of CUDA to install | string | 11.7 |
2323
| cudnnVersion | Version of cuDNN to install | string | 8.5.0.96 |
2424

src/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
1919
|-----|-----|-----|-----|
2020
| version | Select a Python version to install. | string | os-provided |
2121
| installTools | Install common Python tools like pylint | boolean | true |
22-
| optimize | Optimize Python for performance when compiled (slow) | boolean | - |
22+
| optimize | Optimize Python for performance when compiled (slow) | boolean | false |
2323
| installPath | The path where python will be installed. | string | /usr/local/python |
24-
| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - |
25-
| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - |
24+
| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false |
25+
| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | |
2626

2727

2828

0 commit comments

Comments
 (0)