summaryrefslogtreecommitdiffstats
path: root/installer/ogagent-devel-installer.sh
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2020-03-11 15:07:45 +0100
committerRamón M. Gómez <ramongomez@us.es>2020-03-11 15:07:45 +0100
commitb302b5462f17a1891b7580822887e20a8f15062c (patch)
treeb5186135fab3ef3bc2a79adf0c7f55a3f1953339 /installer/ogagent-devel-installer.sh
parent852bb8037637f290b2e600d442a92d63064d924c (diff)
#959: Update OGAgent version.
Diffstat (limited to 'installer/ogagent-devel-installer.sh')
-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 201e67f9..d8745c52 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