mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
OS X - Fix for install.sh
This commit is contained in:
parent
f1d0e9db4d
commit
761dd9d0e0
1 changed files with 3 additions and 3 deletions
|
@ -13,18 +13,18 @@ function installProxmark_Linux {
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
# Install libcanberragtk in Ubuntu 18.04
|
# Install libcanberragtk in Ubuntu 18.04
|
||||||
if [[ $(cat /etc/issue | awk '{print $2}') = *"18.04"* ]]; then
|
if [[ $(cat /etc/issue | awk '{print $2}') = *"18.04"* ]]; then
|
||||||
apt-get install libcanberra-gtk-module
|
apt-get install libcanberra-gtk-module
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# install RDV40 - proxmark3
|
# install RDV40 - proxmark3
|
||||||
git clone https://github.com/RfidResearchGroup/proxmark3.git
|
git clone https://github.com/RfidResearchGroup/proxmark3.git .
|
||||||
(
|
(
|
||||||
cd proxmark3 || exit 1
|
cd proxmark3 || exit 1
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git clean -dfx
|
git clean -dfx
|
||||||
make clean
|
make clean
|
||||||
make -j$(nproc) all
|
make -j$(nproc) all
|
||||||
# Copy blacklist rules into /etc/udev/rules.d
|
# Copy blacklist rules into /etc/udev/rules.d
|
||||||
# check the Makefile for details
|
# check the Makefile for details
|
||||||
sudo make udev
|
sudo make udev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue