|
@@ -1,7 +1,8 @@
|
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
|
apt update -y
|
|
apt update -y
|
|
|
apt-get install mingw-w64 -y
|
|
apt-get install mingw-w64 -y
|
|
|
-pip install pycryptodome
|
|
|
|
|
|
|
+apt install python3-pip -y
|
|
|
|
|
+pip3 install pycryptodome -y
|
|
|
apt install osslsigncode -y
|
|
apt install osslsigncode -y
|
|
|
cd Harriet/Resources/
|
|
cd Harriet/Resources/
|
|
|
bash createcert.sh
|
|
bash createcert.sh
|