mirror of
https://abf.rosa.ru/djam/nuclei.git
synced 2025-02-23 15:52:52 +00:00
3.0.0
This commit is contained in:
parent
f64bef648a
commit
84bb80ff74
1 changed files with 1 additions and 2 deletions
|
@ -25,12 +25,11 @@ security checks can be modelled with Nuclei
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export GOPROXY=direct
|
export GOPROXY=direct
|
||||||
cd v3
|
|
||||||
%make
|
%make
|
||||||
upx %{name}
|
upx %{name}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dm0755 v2/%{name} %{buildroot}%{_bindir}/%{name}
|
install -Dm0755 %{name} %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README*.md LICENSE.md
|
%doc README*.md LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue