mirror of
https://github.com/linuxserver/git-backup.git
synced 2026-02-20 04:15:07 +08:00
add extra page line for future proofing
This commit is contained in:
parent
cc6109ff18
commit
d58cd69fb6
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user