]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
get-dwm-fr.sh : now compile st, with azerty keyboard and st with rollback capability
authorNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Thu, 10 Aug 2017 19:25:53 +0000 (21:25 +0200)
committerNorbert Moutarde <norbert.moutarde@nothing2do.eu>
Thu, 10 Aug 2017 19:25:53 +0000 (21:25 +0200)
get-hack-src.sh : little errors

get-dwm-fr.sh
get-hack-src.sh

index 49ec8749ae4957349fcd69831f29af218ea1251d..637331b41f89c769c57dcf7c70df232340e5ec3c 100755 (executable)
@@ -5,13 +5,16 @@ wget http://dwm.suckless.org/patches/dwm-azertykey.diff
 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
index c4eb5ab24b7e5210093e3bcef703fd80f80b5e95..69dc0a399e5ce02cc535d10345a4b2048a93a14a 100755 (executable)
@@ -4,20 +4,20 @@ sudo apt-get install build-essential suckless-tools libxinerama-dev xterm mercur
 
 #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
@@ -26,8 +26,8 @@ git clone git://github.com/rapid7/metasploit-framework
 
 #dwm
 cd $WRKDIR
-./get-dwm-fr.sh
+../get-dwm-fr.sh
 
 #qt5
 cd $WRKDIR
-./get-qt5.sh
+../get-qt5.sh