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