check_installer_key mod

This commit is contained in:
2024-08-28 09:45:00 +02:00
parent 880e4b2e5d
commit 353ffc7a41

View File

@@ -173,11 +173,11 @@ get_repositories(){
local BASE;
local TREES="";
check_installer_key
REPOS=$(jq -r .repositories[] /etc/user/config/repositories.json); # list of repos, delimiter by space
for REPO in $REPOS; do
check_installer_key
BASE=$(basename $REPO | cut -d '.' -f1)
if [ ! -d "/tmp/$BASE" ]; then
git clone $REPO /tmp/$BASE;