mirror of https://github.com/ArduPilot/ardupilot
Update initvagrant.sh
Made jsbsim origin URL more firewall friendly.
This commit is contained in:
parent
a8e5ff93b5
commit
f58ce71a77
|
@ -53,7 +53,7 @@ ln -fs /vagrant/Tools/vagrant/screenrc /home/vagrant/.screenrc
|
|||
# build JSB sim
|
||||
pushd /tmp
|
||||
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
|
||||
cd jsbsim
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue