fix(install.sh): add HOME directory validation #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/update-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changes
Why
The installation process previously proceeded without verifying the existence or validity of the HOME directory. This change ensures that the script fails safely if the environment is not configured correctly, preventing potential runtime errors or unexpected behavior during setup.
Merge strategy: rebase