feat(install-script): Install packages using npm

- Use npm to install packages
- Move packages from brew to npm where available
- fix: use `brew info` to search exact package names
- chore: better comments
This commit is contained in:
Pratik Tripathy
2025-11-23 00:15:45 +05:30
parent 595858ba25
commit 24b2aacd92
8 changed files with 103 additions and 24 deletions

View File

@@ -55,6 +55,7 @@ main() {
pre_install
./install-os-packages.sh
./install-node-package.sh
# Skip flatpak & brew installations on FreeBSD
if [ "$(uname -s)" != "FreeBSD" ]; then