|
|
@@ -1,8 +1,8 @@
|
|
|
#!/bin/bash
|
|
|
apt update -y
|
|
|
-cd Harriet/Resources
|
|
|
+cd StageFright/Resources/
|
|
|
apt-get install mingw-w64 -y
|
|
|
git clone https://github.com/secretsquirrel/SigThief.git
|
|
|
-mv SigThief/ Harriet/Resources/
|
|
|
+mv SigThief/ StageFright/Resources/
|
|
|
pip install pycryptodome
|
|
|
|