From a02d83ff937fbee82ad20929be0a5fc526393f04 Mon Sep 17 00:00:00 2001 From: Brennan Mccown Date: Wed, 3 Mar 2021 14:00:05 -0500 Subject: [PATCH] Update owt.sh --- owt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/owt.sh b/owt.sh index 0981a71..963fc15 100644 --- a/owt.sh +++ b/owt.sh @@ -180,6 +180,8 @@ permissions_prompt dependencies=(aircrack-ng mdk3) for d in "${dependencies[*]}"; do if [ "$(dpkg-query -W -f='${Status}' "$d" 2>/dev/null | grep -c "ok installed")" -eq 0 ]; then +sleep 0.1 +else echo -e "${LBLUE}The following packages must be installed for the script to run...\n${LRED}${d}\n${LBLUE}Would you like to install them now? (Y/N)" read -r r if [[ "$r" == ["yY"]* ]]; then