mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-06-29 09:48:50 -07:00
fix: use editable install so updates apply to the repo directory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -60,15 +60,12 @@ install: submodules vendor-assets
|
||||
sudo apt-get install -y p7zip-full transmission-cli; \
|
||||
else \
|
||||
echo "Unsupported OS. Please install dependencies manually."; \
|
||||
$(MAKE) clean-vendor; \
|
||||
exit 1; \
|
||||
fi
|
||||
@uv tool install . --force --reinstall
|
||||
@$(MAKE) clean-vendor
|
||||
@uv tool install -e . --force --reinstall
|
||||
|
||||
update: submodules vendor-assets
|
||||
@uv tool install . --force --reinstall
|
||||
@$(MAKE) clean-vendor
|
||||
@uv tool install -e . --force --reinstall
|
||||
|
||||
reinstall: uninstall install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user