Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 (install): fix shell script syntax to prevent word splitting and gl…
…obbing issues The changes made in the script include adding the -r flag to the read command to prevent backslashes from being interpreted as escape characters, and quoting variables to prevent word splitting and globbing issues. This ensures that the script behaves as expected and handles file paths and package names correctly.
- Loading branch information