From e8dd25368471a2d16a2c09e044bb0fe07d8adfe8 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Fri, 26 May 2023 05:30:40 -0500 Subject: [PATCH] corrected line 1366 --- pimpmykali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index 0a76ebe..4924ead 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -1363,7 +1363,7 @@ install_nessus() { elif [ $arch == "arm64" ] then echo -e "\n $greenplus Downloading Nessus for $arch" - wget $nessus_arm -O /tmp/nessus_arm64.deb + wget $nessus_arm64 -O /tmp/nessus_arm64.deb echo -e "\n $greenplus Installing Nessus for $arch" dpkg -i /tmp/nessus_arm64.deb rm -f /tmp/nessus_arm64.deb