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: make remaining git clone operations idempotent in install.sh
Apply clone-or-update logic to prevent script crashes when directories
already exist:
- radamsa: Check if directory exists, pull if present, clone if not
- Sublist3r: Check if directory exists, pull if present, clone if not
- enum4linux-ng: Use existing clone_or_update helper function
- exploitdb (Parrot): Check if /opt/exploitdb exists before cloning
This allows the install script to be safely re-run without errors.
0 commit comments