summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2016-07-04 17:20:33 +0000
committerramon <ramongomez@us.es>2016-07-04 17:20:33 +0000
commitd8f592db75f726e668021c5dcd5d8658343764ee (patch)
treef4c02ece2d51265c17656a48c399f000c11aba99 /admin
parent42e802030acd2933e1d8a8c17ec790082953b9bb (diff)
#718: Instalar correctamente paquetes Python para OGAgent de Windows.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4975 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/Sources/Clients/ogagent/windows/py2exe-wine-linux.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/Sources/Clients/ogagent/windows/py2exe-wine-linux.sh b/admin/Sources/Clients/ogagent/windows/py2exe-wine-linux.sh
index 6d9427d4..96031879 100755
--- a/admin/Sources/Clients/ogagent/windows/py2exe-wine-linux.sh
+++ b/admin/Sources/Clients/ogagent/windows/py2exe-wine-linux.sh
@@ -57,7 +57,9 @@ setup_pip() {
install_packages() {
echo "Installing required packages"
- wine c:\\Python27\\python -m pip install requests pycrypto six
+ wine c:\\Python27\\python -m pip install requests
+ wine c:\\Python27\\python -m pip install pycrypto
+ wine c:\\Python27\\python -m pip install six
# Copy nsis required NSIS_Simple_Firewall_Plugin_1
echo "Copying simple firewall plugin for nsis installer"
unzip -o downloads/NSIS_Simple_Firewall_Plugin_1.20.zip SimpleFC.dll -d $WINEPREFIX/drive_c/Program\ Files/NSIS/Plugins/x86-ansi/