mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
move clamav to the additional_apps menu (#1747)
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
36d021e404
commit
ec112efdbf
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user