mirror of
https://github.com/CopterExpress/clover_vm.git
synced 2026-05-26 07:07:58 +00:00
Make wget don't spam to log
This commit is contained in:
@@ -61,7 +61,9 @@ ln -s ~/PX4-Autopilot/Tools/sitl_gazebo ~/catkin_ws/src/
|
||||
ln -s ~/PX4-Autopilot/mavlink ~/catkin_ws/src/
|
||||
|
||||
echo "--- Installing PX4 dependencies"
|
||||
echo "progress=dot:giga" > ~/.wgetrc # make wget don't spam to log
|
||||
~/PX4-Autopilot/Tools/setup/ubuntu.sh
|
||||
rm ~/.wgetrc
|
||||
pip3 install --user toml
|
||||
sudo -E sh -c 'apt-get install -y ant openjdk-11-jdk' # Additional packages for jMAVSim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user