abe преди 5 години
родител
ревизия
2b88d6f0fe
променени са 1 файла, в които са добавени 10 реда и са изтрити 4 реда
  1. 10 4
      busunit-PIU/scripts/setup-system

+ 10 - 4
busunit-PIU/scripts/setup-system

@@ -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