Update initvagrant.sh

Made jsbsim origin URL more firewall friendly.
This commit is contained in:
David B. Bitton 2016-06-19 20:33:16 -04:00 committed by Lucas De Marchi
parent a8e5ff93b5
commit f58ce71a77
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ ln -fs /vagrant/Tools/vagrant/screenrc /home/vagrant/.screenrc
# build JSB sim # build JSB sim
pushd /tmp pushd /tmp
rm -rf jsbsim rm -rf jsbsim
git clone git://github.com/tridge/jsbsim.git git clone https://github.com/tridge/jsbsim.git
sudo apt-get install -y libtool automake autoconf libexpat1-dev sudo apt-get install -y libtool automake autoconf libexpat1-dev
cd jsbsim cd jsbsim
./autogen.sh ./autogen.sh