move nmap.sh to Makefile
This commit is contained in:
8
Makefile
8
Makefile
@@ -160,6 +160,14 @@ arch-yay:
|
||||
audacious-skins:
|
||||
curl https://archive.org/download/winampskin_Sailor_Moon_Gang/Sailor_Moon_Gang.wsz -o /usr/share/audacious/Skins/Sailor_Moon_Gang.wsz
|
||||
|
||||
# nmap 7.80 is the last Free nmap release
|
||||
nmap:
|
||||
mkdir -p ~/src
|
||||
cd ~/src
|
||||
curl "https://nmap.org/dist/nmap-7.80.tar.bz2" | bzip2 -cd | tar -x
|
||||
./configure
|
||||
make
|
||||
|
||||
spacer:
|
||||
# creates an 8GB empty file in the root dir
|
||||
# that way when the alarm bells go off you can delete it to save a
|
||||
|
||||
Reference in New Issue
Block a user