move clamav to the additional_apps menu (#1747)

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2020-12-30 17:28:09 +01:00 committed by GitHub
parent 36d021e404
commit ec112efdbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

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

View File

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