Ibrahimm's Repo

Official Debian/ParrotOS Repository for custom tools.

# 1. Add the GPG Key
curl -fsSL https://ibrahimm.online/repo/KEY.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/ibrahimm.gpg

# 2. Add the Repository
echo "deb [signed-by=/etc/apt/trusted.gpg.d/ibrahimm.gpg] https://ibrahimm.online/repo stable main" | sudo tee /etc/apt/sources.list.d/ibrahimm.list

# 3. Update & Install
sudo apt update
Browse Files