From b3fe53a8f18257e676857331e679ad0587e24cec Mon Sep 17 00:00:00 2001 From: Norbert Moutarde Date: Thu, 10 Aug 2017 21:25:53 +0200 Subject: [PATCH] get-dwm-fr.sh : now compile st, with azerty keyboard and st with rollback capability get-hack-src.sh : little errors --- get-dwm-fr.sh | 5 ++++- get-hack-src.sh | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/get-dwm-fr.sh b/get-dwm-fr.sh index 49ec874..637331b 100755 --- a/get-dwm-fr.sh +++ b/get-dwm-fr.sh @@ -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 diff --git a/get-hack-src.sh b/get-hack-src.sh index c4eb5ab..69dc0a3 100755 --- a/get-hack-src.sh +++ b/get-hack-src.sh @@ -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 -- 2.45.1