summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-05-22 20:44:10 +0200
committerRamón M. Gómez <ramongomez@us.es>2019-05-22 20:44:10 +0200
commitf8ee49b34a703ddfc969e5452c2aca4523351d1e (patch)
tree46e25e1ead5d0bb6bdea45a4ab1aad1bc30fd5d8 /installer
parentb994c5c324fe2a960a2a440b42d9660c5aa28f1f (diff)
#913: Using version file to create and install new OGAgent 1.1.0a agents.
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/ogagent-devel-installer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/ogagent-devel-installer.sh b/installer/ogagent-devel-installer.sh
index a07de1d2..a1011595 100755
--- a/installer/ogagent-devel-installer.sh
+++ b/installer/ogagent-devel-installer.sh
@@ -37,7 +37,7 @@ read
# Importing OGAgent source code.
svn export --force $SVNURL $PROGDIR || exit 1
# Downloading Visual C++ Redistributable.
-wget --unlink https://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe
+wget --unlink https://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe -O $PROGDIR/vcredist_x86.exe
# Update PyQt components.
pushd ogagent/src >/dev/null