corrected line 1366

This commit is contained in:
Dewalt 2023-05-26 05:30:40 -05:00
parent 26b1961593
commit e8dd253684
1 changed files with 1 additions and 1 deletions

View File

@ -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