mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
Integrates the official Calibre e-book manager installer into the `apps.sh` module. This change introduces a new function, `install_calibre`, which: - Checks if Calibre is already installed to prevent re-installation. - Uses the recommended `wget` command to download and execute the official Linux installer script. - Provides clear logging for the installation process. The function is called from the main execution flow, ensuring Calibre is installed alongside other essential applications.