mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
6068bdb401
commit
0aaf5ad6ef
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user