Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Weathers committed Dec 6, 2024
1 parent 2b97a17 commit cca3ecc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/wsl_doppelganger_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ if [ -z "$skip_proxmark_install" ]; then
sudo apt install --no-install-recommends -y git ca-certificates build-essential pkg-config \
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev \
libbz2-dev liblz4-dev libbluetooth-dev libpython3-dev libssl-dev libgd-dev


# Create src directory if it doesn't exist
mkdir -p ~/src
cd ~/src

# Clone the Proxmark3 repository
if [ ! -d "proxmark3" ]; then
git clone https://github.com/RfidResearchGroup/proxmark3.git
Expand Down

0 comments on commit cca3ecc

Please sign in to comment.