diff --git a/target/chroot/beagleboard.org-console-jessie.sh b/target/chroot/beagleboard.org-console-jessie.sh index 72d9b818162a8d34499ff9c1eefcc46c96ee3f98..f5f0525287b70a29f83038f19afbc559d46dd8ae 100755 --- a/target/chroot/beagleboard.org-console-jessie.sh +++ b/target/chroot/beagleboard.org-console-jessie.sh @@ -309,6 +309,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true diff --git a/target/chroot/beagleboard.org-jessie.sh b/target/chroot/beagleboard.org-jessie.sh index 921bf870ecd3649eff77e58f9dc08bcc213d4dc0..e1a4a940956b4126321f1b6bb3a933b8c45a5703 100755 --- a/target/chroot/beagleboard.org-jessie.sh +++ b/target/chroot/beagleboard.org-jessie.sh @@ -321,6 +321,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true diff --git a/target/chroot/beagleboard.org-stretch.sh b/target/chroot/beagleboard.org-stretch.sh index e93fed5634cfa41ad7b9e5cf3754c05097685774..da6b18f5101e2114e3ea5386837af3281fc676dd 100755 --- a/target/chroot/beagleboard.org-stretch.sh +++ b/target/chroot/beagleboard.org-stretch.sh @@ -320,6 +320,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true diff --git a/target/chroot/machinekit-jessie.sh b/target/chroot/machinekit-jessie.sh index eedb18844011864bdd0c7565235c126a26b44c9c..1b9c4f64870b455e074d86a8eca1b5d4184d23bb 100755 --- a/target/chroot/machinekit-jessie.sh +++ b/target/chroot/machinekit-jessie.sh @@ -332,6 +332,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true diff --git a/target/chroot/seeed-jessie.sh b/target/chroot/seeed-jessie.sh index b9517c4361bae50fa23605b1056e97fd7d66728c..04c38dc8bbf5a85b38e7ef7d1be27c29e1e93df3 100755 --- a/target/chroot/seeed-jessie.sh +++ b/target/chroot/seeed-jessie.sh @@ -394,6 +394,7 @@ install_git_repos () { if [ -f ${git_target_dir}/.git/config ] ; then if [ -f /usr/lib/libroboticscape.so ] ; then cd ${git_target_dir}/ + git pull --no-edit https://github.com/rcn-ee/beagle-tester roboticscape-3.0 if [ -f /usr/bin/make ] ; then make make install || true