make repo if doesnt exist

main
Zynh Ludwig 2024-08-01 03:51:02 -07:00
parent da7d41cfa6
commit 4b22a2ab7a
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ in
echo "Files already found: $target"
fi
else
${pkgs.coreutils}/bin/mkdir -p "$target"
clone_repo "$repo" "$target"
fi
done < "${config.repo-clone.pkg}"