From 71a47daf6d29853bfb45e03f885acdb30394e76a Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 13 Jan 2025 21:47:42 +0000 Subject: [PATCH] Update external_pentest.sh --- external_pentest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/external_pentest.sh b/external_pentest.sh index c008aae..b7e4369 100644 --- a/external_pentest.sh +++ b/external_pentest.sh @@ -17,6 +17,7 @@ for dependency in "${dependencies[@]}"; do read -p "Do you want to install it now? [y/n] " install_choice if [[ "$install_choice" =~ ^[Yy]$ ]]; then # Install the dependency (replace with appropriate command for your system) + sudo apt-get update sudo apt-get install "$dependency" # Example for Debian/Ubuntu echo -e "\e[1;32m Finished installing dependencies, Starting Script \e[0m" sleep 2.5