diff --git a/apps/extract.sh b/apps/extract.sh deleted file mode 100644 index 7cb520229f..0000000000 --- a/apps/extract.sh +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/bash - -# T&M Hansson IT AB © - 2026, https://www.hanssonit.se/ -# Copyright © 2021 Simon Lindner (https://github.com/szaimen) - -true -SCRIPT_NAME="Extract for Nextcloud" -SCRIPT_EXPLAINER="$SCRIPT_NAME enables archive extraction inside your Nextcloud." -# shellcheck source=lib.sh -source /var/scripts/fetch_lib.sh - -# Check for errors + debug code and abort if something isn't right -# 1 = ON -# 0 = OFF -DEBUG=0 -debug_mode - -# Check if root -root_check - -# Check if extract is already installed -if ! is_app_installed extract -then - # Ask for installing - install_popup "$SCRIPT_NAME" -else - # Ask for removal or reinstallation - reinstall_remove_menu "$SCRIPT_NAME" - # Removal - nextcloud_occ app:remove extract - for packet in unrar p7zip "p7zip-full" - do - if is_this_installed "$packet" - then - apt-get purge "$packet" -y - fi - done - apt-get autoremove -y - # Show successful uninstall if applicable - removal_popup "$SCRIPT_NAME" -fi - -# Install packages for extract -install_if_not unrar -install_if_not p7zip -install_if_not p7zip-full - -# Install extract -install_and_enable_app extract - -# Check if it was installed -if is_app_enabled extract -then - msg_box "$SCRIPT_NAME was successfully installed!" -else - msg_box "The installation wasn't successful. Please try again by running this script again!" -fi diff --git a/menu/additional_apps.sh b/menu/additional_apps.sh index d1b2b3a9c9..6a64aebe78 100644 --- a/menu/additional_apps.sh +++ b/menu/additional_apps.sh @@ -55,8 +55,7 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "ClamAV" "(Antivirus for Nextcloud and files)" OFF \ "Midnight Commander" "(CLI file manager)" OFF \ "Pico CMS" "(Lightweight CMS integration in Nextcloud)" OFF \ -"Whiteboard" "(Whiteboard for Nextcloud)" OFF \ -"Extract" "(Archive extraction for Nextcloud)" OFF 3>&1 1>&2 2>&3) +"Whiteboard" "(Whiteboard for Nextcloud)" OFF 3>&1 1>&2 2>&3) case "$choice" in *"Documentserver"*) @@ -79,10 +78,6 @@ case "$choice" in print_text_in_color "$ICyan" "Downloading the ClamAV script..." run_script APP clamav ;;& - *"Extract"*) - print_text_in_color "$ICyan" "Downloading the Extract script..." - run_script APP extract - ;;& *"Netdata"*) print_text_in_color "$ICyan" "Downloading the Netdata script..." run_script APP netdata diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 9ec5faf5fa..46a4ef77a5 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -963,7 +963,7 @@ restart_webserver if [ -n "$PROVISIONING" ] then - choice="Calendar Contacts IssueTemplate PDFViewer Extract Text Mail Deck Group-Folders" + choice="Calendar Contacts IssueTemplate PDFViewer Text Mail Deck Group-Folders" else choice=$(whiptail --title "$TITLE - Install apps or software" --checklist \ "Automatically configure and install selected apps or software @@ -971,7 +971,6 @@ $CHECKLIST_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \ "Calendar" "" ON \ "Contacts" "" ON \ "PDFViewer" "" ON \ -"Extract" "" ON \ "Text" "" ON \ "Mail" "" ON \ "Deck" "" ON \ @@ -998,14 +997,6 @@ case "$choice" in *"PDFViewer"*) install_and_enable_app files_pdfviewer ;;& - *"Extract"*) - if install_and_enable_app extract - then - install_if_not unrar - install_if_not p7zip - install_if_not p7zip-full - fi - ;;& *"Text"*) install_and_enable_app text ;;& diff --git a/not-supported/restore-backup.sh b/not-supported/restore-backup.sh index a4950372fe..36e9b455cb 100644 --- a/not-supported/restore-backup.sh +++ b/not-supported/restore-backup.sh @@ -718,7 +718,7 @@ msg_box "Restore completed!\n You can now simply reinstall all apps and addons that were installed on your server before!\n Those need to get installed (if they were installed on the old server before): Geoblocking, Disk Monitoring, Fail2Ban, ClamAV, SMTP Mail, DDclient, Activate TLS, OnlyOffice, Push Notifications for Nextcloud, \ -High-Performance backend for Nextcloud Talk, Whiteboard for Nextcloud, Extract for Nextcloud, Vaultwarden, Pi-hole, PiVPN, \ +High-Performance backend for Nextcloud Talk, Whiteboard for Nextcloud, Vaultwarden, Pi-hole, PiVPN, \ Plex Media Server, Previewgenerator, Remotedesktop and Midnight Commander.\n Note: Vaultwarden and Plex Media Server files were restored (if they were installed before) but the containers need to get \