From 1b6370a4a80378e17cb2b40c99579511c9d1fa60 Mon Sep 17 00:00:00 2001 From: NEKA-Dev <57555450+NEKA-Dev@users.noreply.github.com> Date: Thu, 19 Mar 2020 06:06:58 -0700 Subject: [PATCH] Fixing error line 10421 for WiFi-Pumpkin Added chmod +x installer.sh to fix permission denied error when installing WiFi-Pumpkin --- l | 1 + 1 file changed, 1 insertion(+) diff --git a/l b/l index d1c1f48..bfa2fc6 100644 --- a/l +++ b/l @@ -10418,6 +10418,7 @@ check_if_ks cloned=$? if [[ "$cloned" == 1 ]] then + chmod +x installer.sh ./installer.sh --install fi }