|
|
@@ -51,9 +51,10 @@ apt-get install -y p7zip git build-essential \
|
|
|
useradd bus
|
|
|
|
|
|
mkdir -p git
|
|
|
-
|
|
|
pushd git
|
|
|
|
|
|
+ git clone https://tree.clementinecomputing.com/clementinecomputing/popufare
|
|
|
+
|
|
|
git clone https://github.com/proxmark/proxmark3.git
|
|
|
pushd proxmark3
|
|
|
git pull
|
|
|
@@ -76,9 +77,14 @@ pushd git
|
|
|
popd
|
|
|
|
|
|
|
|
|
+# setup `proxmark3` client program state
|
|
|
+#
|
|
|
+mkdir -p /home/bus/bin
|
|
|
|
|
|
+cp /root/git/proxmark3/client/proxmark3 /home/bus/bin
|
|
|
+cp -R /root/git/proxmark3/client/lualibs /home/bus/bin/
|
|
|
+cp -R /root/git/proxmark3/client/scripts /home/bus/bin/
|
|
|
+cp /root/git/popufare/busunit-PIU/scripts/proxmark3-lf-hid-read.lua /home/bus/bin/scripts
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+chown -R bus:bus /home/bus
|
|
|
|