From d573c9868d14fc10674ac25e26e8facdbce66876 Mon Sep 17 00:00:00 2001 From: teufel1 Date: Thu, 6 Mar 2014 16:34:38 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c3c37a8..5658178 100755 --- a/install.sh +++ b/install.sh @@ -8,4 +8,4 @@ shopt -s expand_aliases echo "This script might break some installations or config files if it's not used on a fresh installed kali linux" ask "Do you still want to continue on your own risk?" N || exit -for f in ./*.step.sh; do bash $f; done +for f in ./external/kali-post-install/*.step.sh; do bash $f; done