Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-08-22 23:32:24 +02:00 committed by GitHub
parent 0aaf5ad6ef
commit c6cdda387d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
# Usage: bash <(curl -sSL https://openpanel.org) # Usage: bash <(curl -sSL https://openpanel.org)
# Author: Stefan Pejcic <stefan@pejcic.rs> # Author: Stefan Pejcic <stefan@pejcic.rs>
# Created: 11.07.2023 # Created: 11.07.2023
# Last Modified: 22.08.2024 # Last Modified: 23.08.2024
# Company: openpanel.com # Company: openpanel.com
# Copyright (c) OPENPANEL # Copyright (c) OPENPANEL
# #
@ -524,7 +524,7 @@ detect_os_and_package_manager() {
echo "DETECTED OS: $NAME $VERSION_ID" echo "DETECTED OS: $NAME $VERSION_ID"
echo "PACKAGE MANAGER: ${PACKAGE_MANAGER^^}" echo "PACKAGE MANAGER: ${PACKAGE_MANAGER^^}"
echo "PYTHON VERSION: $current_python_version" echo "PYTHON VERSION: $current_python_version"
echo ""
else else
echo -e "${RED}Could not detect Linux distribution from /etc/os-release${RESET}" echo -e "${RED}Could not detect Linux distribution from /etc/os-release${RESET}"
echo -e "${RED}INSTALL FAILED${RESET}" echo -e "${RED}INSTALL FAILED${RESET}"