diff --git a/menu/additional_apps.sh b/menu/additional_apps.sh index 34c7bb07..3930ec8c 100644 --- a/menu/additional_apps.sh +++ b/menu/additional_apps.sh @@ -42,6 +42,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "Bitwarden" "(External password manager)" OFF \ "Fail2ban " "(Extra Bruteforce protection)" "$STARTUP_SWITCH" \ "Adminer" "(PostgreSQL GUI)" OFF \ +"ClamAV" "(Antivirus for Nextcloud and files)" OFF \ "Netdata" "(Real-time server monitoring in Web GUI)" OFF \ "BPYTOP" "(Real-time server monitoring in CLI)" OFF \ "Midnight Commander" "(CLI file manager)" OFF \ @@ -69,6 +70,10 @@ case "$choice" in print_text_in_color "$ICyan" "Downloading the Adminer script..." run_script APP adminer ;;& + *"ClamAV"*) + print_text_in_color "$ICyan" "Downloading the ClamAV script..." + run_script APP clamav + ;;& *"Netdata"*) print_text_in_color "$ICyan" "Downloading the Netdata script..." run_script APP netdata diff --git a/not-supported/not-supported_menu.sh b/not-supported/not-supported_menu.sh index 7711a916..b0069752 100644 --- a/not-supported/not-supported_menu.sh +++ b/not-supported/not-supported_menu.sh @@ -26,7 +26,6 @@ So please run them on your own risk. Feedback is more than welcome, though and c Choose which one you want to execute. $CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "Bitlocker Mount" "(Mount Bitlocker encrypted drives)" OFF \ -"ClamAV" "(Antivirus for Nextcloud and files)" OFF \ "NTFS Format" "(Format drives to NTFS)" OFF \ "NTFS Mount" "(Mount NTFS drives)" OFF \ "Backup Viewer" "(View your Backups)" OFF \ @@ -45,10 +44,6 @@ case "$choice" in print_text_in_color "$ICyan" "Downloading the Bitlocker Mount script..." run_script NOT_SUPPORTED_FOLDER bitlocker-mount ;;& - *"ClamAV"*) - print_text_in_color "$ICyan" "Downloading the ClamAV script..." - run_script APP clamav - ;;& *"NTFS Format"*) print_text_in_color "$ICyan" "Downloading the NTFS Format script..." run_script NOT_SUPPORTED_FOLDER ntfs-format