create repo json
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-06 14:05:02 +00:00
parent 27c5be7964
commit 3e1fee6022

View File

@@ -510,6 +510,10 @@ get_repositories() {
local TREES=""
local REPO
if [ ! -f "/etc/user/config/repositories.json" ]; then
create_repositories_json
fi
REPOS=$(jq -r .repositories[] /etc/user/config/repositories.json) # list of repos, delimiter by space
for REPO in $REPOS; do