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