openpgp4fpr:92F19AB818FCB3AF3C55FB2D152D5C6099A42019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh -ex | |
| # Original: https://github.com/bata24/gef/blob/dev/install-uv.sh | |
| # License: https://github.com/bata24/gef/blob/dev/LICENSE | |
| # Modified for Arch Linux support. | |
| echo "[+] Configuration" | |
| GEF_REPO_URL="https://raw.githubusercontent.com/bata24/gef/dev/gef.py" | |
| GEF_REPO_BRANCH="dev" | |
| RP_VERSION="v2.1.4" |