Just a little update

Added .zip in .gitignore

Removed Personal Nexus server
This commit is contained in:
2026-02-28 02:37:25 +00:00
parent 9fc737a590
commit 8fab7ba1a6
2 changed files with 2 additions and 1 deletions

View File

@@ -76,4 +76,4 @@ clean:
- rm -f $(PACKER)
- rm -f $(PWN_RELEASE).*
- sudo rm -rf builder/output-pwnagotchi builder/packer_cache
- sudo rm -rf /root/.cache/packer

View File

@@ -31,6 +31,7 @@
"inline": [
"apt-get -y --allow-releaseinfo-change update",
"apt-get install -y --no-install-recommends ansible"
"export MAKEFLAGS=-j$(nproc-1)"
]
},
{