From 6e268e2a6fb743d003c12c7122539d11abc14811 Mon Sep 17 00:00:00 2001 From: bellma101 Date: Fri, 29 Mar 2019 09:36:56 -0500 Subject: [PATCH] Added missing call to install_go under Kali. --- installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.sh b/installer.sh index 2ef026c..e327b07 100755 --- a/installer.sh +++ b/installer.sh @@ -26,6 +26,7 @@ function install_kali() { install_s3scanner; install_amass; install_dirsearch; + install_go; install_go_tools; } function install_debian() {