diff --git a/root/defaults/script.sh b/root/defaults/script.sh index 1e7066a..bc9109c 100644 --- a/root/defaults/script.sh +++ b/root/defaults/script.sh @@ -24,6 +24,7 @@ curl -s "https://api.github.com/users/${REPO_USER}/repos?page=1&per_page=100" | curl -s "https://api.github.com/users/${REPO_USER}/repos?page=2&per_page=100" | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["clone_url"])' curl -s "https://api.github.com/users/${REPO_USER}/repos?page=3&per_page=100" | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["clone_url"])' curl -s "https://api.github.com/users/${REPO_USER}/repos?page=4&per_page=100" | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["clone_url"])' +curl -s "https://api.github.com/users/${REPO_USER}/repos?page=5&per_page=100" | python -c $'import json, sys, os\nfor repo in json.load(sys.stdin): os.system("git clone " + repo["clone_url"])' # permissions chown -R abc:abc "${FOLDER_MAKE}"