Skip to content

Instantly share code, notes, and snippets.

openpgp4fpr:92F19AB818FCB3AF3C55FB2D152D5C6099A42019

@toratako
toratako / bata24_gef_install_uv_archlinux.sh
Created October 25, 2025 03:41
Install bata24/gef on Arch Linux.
#!/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"