mirror of https://github.com/n1nj4sec/pupy.git
Added wine + mingw
if wine + mingw-w64 is installed - Fine. If not, it will be installed
This commit is contained in:
parent
5b5108b2c6
commit
08bbe0779d
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo apt-get install wine mingw-w64
|
||||
|
||||
unset WINEARCH WINEPREFIX
|
||||
|
||||
set -xe
|
||||
|
|
Loading…
Reference in New Issue