You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install.sh): check for setcap command availability
Ensure that `setcap` is available before attempting to use it during
installation. This prevents potential errors on Linux systems where
`setcap` is not installed by skipping the capability setting step.
- Added a check for `setcap` command availability
- Updated both root and non-root execution paths accordingly
0 commit comments