Merge pull request #5533 from abathur/improve_existing_backup_profile_msg_2
installer: make rc replacement instructions explicit
This commit is contained in:
commit
f7afc26803
|
@ -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
|
Nix-related in it. If it does, something is probably quite
|
||||||
wrong. Please open an issue or get in touch immediately.
|
wrong. Please open an issue or get in touch immediately.
|
||||||
|
|
||||||
3. Once you confirm $profile_target is backed up and doesn't already
|
3. Once you confirm $profile_target is backed up and
|
||||||
mention Nix, replace it with $profile_target$PROFILE_BACKUP_SUFFIX.
|
$profile_target$PROFILE_BACKUP_SUFFIX doesn't mention Nix, run:
|
||||||
|
mv $profile_target$PROFILE_BACKUP_SUFFIX $profile_target
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue