get-hack-src.sh : little errors
patch -p1 < dwm-azertykey.diff
#git apply dwm-azertykey.diff don't work only patch work !
cp config.def.h config.h
-#cat config.def.h|sed 's/{ "st", NULL };/{ "uxterm", NULL };/g'>config.h
make
sudo make clean install
cd ..
#st
git clone http://git.suckless.org/st
cd st
+git reset --hard 6e79e83
+# stick at st-0.7 to apply patch
+wget http://st.suckless.org/patches/scrollback/st-scrollback-0.7.diff
+patch -p1 < st-scrollback-0.7.diff
sudo make clean install
cd ..
#dmenu
#scapy
cd $WRKDIR
-./get-scapy.sh
+../get-scapy.sh
#nmap
cd $WRKDIR
-./get-nmap.sh
+../get-nmap.sh
#p0f
cd $WRKDIR
-./get-p0f.sh
+../get-p0f.sh
#you've to install maltego and configure it !
#setuptools (easy-install) and canari (the framework sploitego is based on)
cd $WRKDIR
-./get-sploitego.sh
+../get-sploitego.sh
#metasploit
cd $WRKDIR
#dwm
cd $WRKDIR
-./get-dwm-fr.sh
+../get-dwm-fr.sh
#qt5
cd $WRKDIR
-./get-qt5.sh
+../get-qt5.sh