diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 12:17:13 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 12:17:13 +0200 |
commit | 279c2697d35d1f0a5eaa32b9860d76309fb92353 (patch) | |
tree | eb6339a4a2fd1d1a2b557e910e95f2f9e1c901ec /installer/vagrant/Vagrantfile-browser-vbox | |
parent | a9c232f16ff7bf5a35ea6e49cf698d61ab266e7e (diff) |
#959: Vagrant files download from the new repositores.
Diffstat (limited to 'installer/vagrant/Vagrantfile-browser-vbox')
-rw-r--r-- | installer/vagrant/Vagrantfile-browser-vbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/vagrant/Vagrantfile-browser-vbox b/installer/vagrant/Vagrantfile-browser-vbox index d723abbd..b5757d9e 100644 --- a/installer/vagrant/Vagrantfile-browser-vbox +++ b/installer/vagrant/Vagrantfile-browser-vbox @@ -30,7 +30,7 @@ make make install # Compile the Browser. BRANCH="master" -svn export "https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/client/browser" ../browser +svn export "https://github.com/opengnsys/ogBrowser/branches/$BRANCH/" ../browser cd ../browser qmake browser.pro make |