hugsy / gef-extras

Extra goodies for GEF to (try to) make GDB suck even less
https://hugsy.github.io/gef-extras
MIT License
148 stars 50 forks source link

docs: Add instructions to bypass --break-system-packages error #115

Closed therealdreg closed 1 month ago

therealdreg commented 1 month ago

Description/Motivation/Screenshots

Updated the documentation to include a command that bypasses the --break-system-packages error. Users can now use the provided script at their own risk to install the necessary packages.

For less advanced Linux users this could be useful.

With this PR, I'm trying to prevent Github issues or queries on Discord regarding this error on install (This is a workaround).

How Has This Been Tested ?

"Tested" indicates that the PR works and the unit test (i.e. make test) run passes without issue.

Checklist