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 /src/common-utils | |
parent | 2ce89c4a5743e11c9d1d1a37e25373d2fea5fa8e (diff) |
Automated documentation update (#250)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/common-utils')
-rw-r--r-- | src/common-utils/README.md | 2 |
1 files changed, 1 insertions, 1 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 |