setup.sh 180 B

12345678
  1. #!/bin/bash
  2. apt update -y
  3. apt-get install mingw-w64 -y
  4. apt install python3-pip -y
  5. pip3 install pycryptodome -y
  6. apt install osslsigncode -y
  7. cd Harriet/Resources/
  8. bash createcert.sh