Fixes in Patches, Add WiFi AX200 Patch, Fix to add Patches in git clone

This commit is contained in:
Gabriel Luchina
2026-09-04 19:45:31 -03:00
parent aa97b72f31
commit 0294682ed3
6 changed files with 316 additions and 165 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ REPO_DIR="/root/OSX-PROXMOX"
# storage on its own, so checking it out here would just duplicate ~96 MB.
clone_latest_only() {
git clone --depth 1 --filter=blob:none --sparse "$REPO_URL" "$REPO_DIR" &&
git -C "$REPO_DIR" sparse-checkout set tools
git -C "$REPO_DIR" sparse-checkout set tools Patches
}
log_message "Downloading OSX-PROXMOX repository (latest version only)..."