diff options
author | Travis A. Everett <travis.a.everett@gmail.com> | 2021-11-10 14:06:18 -0600 |
---|---|---|
committer | Travis A. Everett <travis.a.everett@gmail.com> | 2021-11-10 14:06:18 -0600 |
commit | cc78901ccbfd1e7b12da7b24ea0866e53db3dac8 (patch) | |
tree | e8112cf89fc4c592f96ce432e422bdd3c1d94681 /scripts | |
parent | 52a3b2ee6367306a3f17fe9a2d0e2e4096852e05 (diff) |
installer: make rc replacement instructions explicit
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-multi-user.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index eb5c48b73..eba894799 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -406,8 +406,9 @@ Here's how to clean up the old backup file: Nix-related in it. If it does, something is probably quite wrong. Please open an issue or get in touch immediately. -3. Once you confirm $profile_target is backed up and doesn't already - mention Nix, replace it with $profile_target$PROFILE_BACKUP_SUFFIX. +3. Once you confirm $profile_target is backed up and + $profile_target$PROFILE_BACKUP_SUFFIX doesn't mention Nix, run: + mv $profile_target$PROFILE_BACKUP_SUFFIX $profile_target EOF fi done |