You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
311 B
Bash
6 lines
311 B
Bash
#!/bin/bash
|
|
|
|
git pull --rebase --no-edit https://github.com/beagleboard/BeagleV-Fire-ubuntu.git v6.1.x-Beagle
|
|
git pull --rebase --no-edit https://openbeagle.org/beaglev-fire/BeagleV-Fire-ubuntu.git v6.1.x-Beagle
|
|
git pull --rebase --no-edit https://gitlab.com/RobertCNelson/beaglev-fire-ubuntu.git v6.1.x-Beagle
|