Skip to content

Commit 5891cb6

Browse files
authoredAug 30, 2024
Update install.sh
1 parent df00083 commit 5891cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Rename and move NucleiFuzzer.sh file to /usr/bin/nf
4-
sudo mv NucleiFuzzer.sh /usr/bin/nf
4+
sudo cp NucleiFuzzer.sh /usr/bin/nf
55

66
# Make the NucleiFuzzer file executable
77
sudo chmod u+x /usr/bin/nf

0 commit comments

Comments
 (0)
Please sign in to comment.