check_installer_key mod
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user