Skip to content

Instantly share code, notes, and snippets.

View LamonJ's full-sized avatar
💭
https://github.com/search?p=8&q=pwnagotchi&ref=opensearch&type=Repositories

LamonJ

💭
https://github.com/search?p=8&q=pwnagotchi&ref=opensearch&type=Repositories
View GitHub Profile
#!/bin/bash
cd /usr/local/src/pwnagotchi
sudo git pull
sudo cp -r /usr/local/src/pwnagotchi/pwnagotchi/* /usr/local/lib/python3.7/dist-packages/pwnagotchi/
sudo cp /usr/local/src/pwnagotchi/bin/pwnagotchi /usr/local/bin/pwnagotchi
@n8acl
n8acl / rtlsdr-install.sh
Last active August 23, 2024 13:44
RTL-SDR install bash script
#! /bin/bash
echo "-------------------------------------------"
echo "-- Installing needed packages from repos --"
echo "-------------------------------------------"
sudo apt-get install -y git cmake libffi-dev libssl-dev build-essential libusb-1.0-0-dev pkg-config
echo "------------------------------------------------"
echo "-- Cloning rtl-sdr driver files from osmocom --"
echo "------------------------------------------------"