diff --git a/modules/security/malware-scanner.sh b/modules/security/malware-scanner.sh index c137d52..e6e8c87 100755 --- a/modules/security/malware-scanner.sh +++ b/modules/security/malware-scanner.sh @@ -289,8 +289,9 @@ install_maldet_only() { # Format: "name|url|label" (using | as delimiter to avoid splitting https://) # Note: Repository is rfxn/linux-malware-detect (not maldet) local sources=( - "github-api|https://api.github.com/repos/rfxn/linux-malware-detect/tarball/1.6.6.1|GitHub Release 1.6.6.1" - "github-main|https://github.com/rfxn/linux-malware-detect/archive/refs/heads/main.tar.gz|GitHub main branch" + "github-api|https://api.github.com/repos/rfxn/linux-malware-detect/tarball/v2.0.1-rc4|GitHub Release v2.0.1-rc4 (Latest)" + "github-1.6|https://api.github.com/repos/rfxn/linux-malware-detect/tarball/1.6.6.1|GitHub Release 1.6.6.1 (Stable)" + "github-main|https://github.com/rfxn/linux-malware-detect/archive/refs/heads/main.tar.gz|GitHub main branch (Development)" ) echo "Attempting to download from sources..."