=== modified file 'scripts/library-repos-install.sh'
--- scripts/library-repos-install.sh	2015-08-05 15:01:16 +0000
+++ scripts/library-repos-install.sh	2015-11-24 02:12:03 +0000
@@ -123,7 +123,8 @@
 
     # Use github API to list repos for org KiCad, then subset the JSON reply for only
     # *.pretty repos in the "full_name" variable.
-    PRETTY_REPOS=`curl https://api.github.com/orgs/KiCad/repos?per_page=2000 2> /dev/null \
+    PRETTY_REPOS=`curl -s "https://api.github.com/orgs/KiCad/repos?per_page=99&page=1" \
+        "https://api.github.com/orgs/KiCad/repos?per_page=99&page=2" 2> /dev/null \
         | sed $SED_EREGEXP 's:.+ "full_name".*"KiCad/(.+\.pretty)",:\1:p;d'`
 
     #echo "PRETTY_REPOS:$PRETTY_REPOS"

