diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09 21:04:21 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-10-09 23:35:02 +0200 |
commit | 9277e72cb0aac72100c01334fdf25ea79d19052e (patch) | |
tree | b23b0ffaf331292d7332b12c5091d46f4cbe2057 /scripts/install-multi-user.sh | |
parent | d7bae5680fc26303acb9a9ee1a202f537841a624 (diff) |
Typo
Diffstat (limited to 'scripts/install-multi-user.sh')
-rw-r--r-- | scripts/install-multi-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 40013eaaf..d060e5165 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -490,7 +490,7 @@ EOF We will: - make sure your computer doesn't already have Nix files - (if it does, I will tell you how to clean them up.) + (if it does, I will tell you how to clean them up.) - create local users (see the list above for the users we'll make) - create a local group ($NIX_BUILD_GROUP_NAME) - install Nix in to $NIX_ROOT |