df3888b3c2
Issue: Installation failed because script expected 'maldetect-*' directory but GitHub releases extract to 'rfxn-linux-malware-detect-*'. Root cause: Hardcoded glob pattern 'cd maldetect-*' didn't match actual extracted directory name. Solution: - Use find to locate extracted directory (matches both *malware* and *maldet*) - Check if install.sh exists before attempting to run it - Better error messages showing what went wrong - Also clean up rfxn-linux-malware-detect-* directories - Proper error reporting if directory not found Now supports multiple Maldet archive formats/naming schemes.