Update INSTALL.sh

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

View File

@ -521,9 +521,9 @@ detect_os_and_package_manager() {
;;
esac
echo "Detected OS: $NAME $VERSION_ID"
echo "Package manager: $PACKAGE_MANAGER"
echo "Python version: $current_python_version"
echo "DETECTED OS: $NAME $VERSION_ID"
echo "PACKAGE MANAGER: ${PACKAGE_MANAGER^^}"
echo "PYTHON VERSION: $current_python_version"
else
echo -e "${RED}Could not detect Linux distribution from /etc/os-release${RESET}"