You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/gazebo.yaml" | sudo tee ${gazebo9_rosdep_file}`]);
807
-
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/indigo.yaml indigo" | sudo tee ${gazebo9_rosdep_file}`]);
808
-
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/jade.yaml jade" | sudo tee ${gazebo9_rosdep_file}`]);
809
-
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/kinetic.yaml kinetic" | sudo tee ${gazebo9_rosdep_file}`]);
810
-
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/lunar.yaml lunar" | sudo tee ${gazebo9_rosdep_file}`]);
806
+
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/gazebo.yaml" | sudo tee -a ${gazebo9_rosdep_file}`]);
807
+
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/indigo.yaml indigo" | sudo tee -a ${gazebo9_rosdep_file}`]);
808
+
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/jade.yaml jade" | sudo tee -a ${gazebo9_rosdep_file}`]);
809
+
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/kinetic.yaml kinetic" | sudo tee -a ${gazebo9_rosdep_file}`]);
810
+
yieldexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/lunar.yaml lunar" | sudo tee -a ${gazebo9_rosdep_file}`]);
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/gazebo.yaml" | sudo tee ${gazebo9_rosdep_file}`]);
154
-
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/indigo.yaml indigo" | sudo tee ${gazebo9_rosdep_file}`]);
155
-
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/jade.yaml jade" | sudo tee ${gazebo9_rosdep_file}`]);
156
-
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/kinetic.yaml kinetic" | sudo tee ${gazebo9_rosdep_file}`]);
157
-
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/lunar.yaml lunar" | sudo tee ${gazebo9_rosdep_file}`]);
153
+
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/gazebo.yaml" | sudo tee -a ${gazebo9_rosdep_file}`]);
154
+
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/indigo.yaml indigo" | sudo tee -a ${gazebo9_rosdep_file}`]);
155
+
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/jade.yaml jade" | sudo tee -a ${gazebo9_rosdep_file}`]);
156
+
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/kinetic.yaml kinetic" | sudo tee -a ${gazebo9_rosdep_file}`]);
157
+
awaitexec.exec("bash",["-c",`echo "yaml https://github.com/osrf/osrf-rosdep/raw/master/gazebo9/releases/lunar.yaml lunar" | sudo tee -a ${gazebo9_rosdep_file}`]);
0 commit comments