From 36814cb0fbfab78c45f967e9f60e6c586260e671 Mon Sep 17 00:00:00 2001 From: MintHCM-admin Date: Mon, 22 Dec 2025 08:11:35 +0100 Subject: [PATCH] removed msg_info, fix description --- frontend/public/json/minthcm.json | 2 +- install/minthcm-install.sh | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/public/json/minthcm.json b/frontend/public/json/minthcm.json index 680212e52..a901a7cb3 100644 --- a/frontend/public/json/minthcm.json +++ b/frontend/public/json/minthcm.json @@ -13,7 +13,7 @@ "config_path": "/var/www/MintHCM", "website": "https://minthcm.org/", "logo": "https://minthcm.org/wp-content/uploads/2021/03/minthcm-logo.svg", - "description": "MintCHM is a free and open-source tool for Human Capital Management.\n\nMain features:\nrecruitment\ntime management\nonboarding & offboarding\ncalendar\nleave management\nresources booking\ntravel & expenses\nworkplace management\nanalytics\nroles & permissions management\njob descriptions\nemployer branding\nemployee profiles\ncompetences & skills\nemployment history\nemployee evaluations\niOS & Android mobile apps\nMint based on two popular, well-known business applications: SugarCRM Community Edition and SuiteCRM. This is why we often say that MintHCM is CRM reinvented.", + "description": "MintCHM is a free and open-source tool for Human Capital Management. Main features: recruitment, time management, onboarding & offboarding, calendar, leave management, resources booking, travel & expenses, workplace management, analytics, roles & permissions management, job descriptions, employer branding, employee profiles, competences & skills, employment history, employee evaluations, iOS & Android mobile apps. Mint based on two popular, well-known business applications: SugarCRM Community Edition and SuiteCRM. This is why we often say that MintHCM is CRM reinvented.", "install_methods": [ { "type": "default", diff --git a/install/minthcm-install.sh b/install/minthcm-install.sh index 77b879ece..b7e0c4c4c 100644 --- a/install/minthcm-install.sh +++ b/install/minthcm-install.sh @@ -13,13 +13,9 @@ setting_up_container network_check update_os -msg_info "Setting up PHP 8.2" PHP_APACHE="YES" PHP_VERSION="8.2" PHP_MODULE="mysql,cli,redis" PHP_FPM="YES" setup_php -msg_ok "Set up PHP 8.2" -msg_info "Setting up Composer" setup_composer -msg_ok "Set up Composer" msg_info "Enabling Apache modules (rewrite, headers)" $STD a2enmod rewrite