diff --git a/scripts/pull.sh b/scripts/pull.sh new file mode 100755 index 0000000..727a535 --- /dev/null +++ b/scripts/pull.sh @@ -0,0 +1,5 @@ +#!/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