Skip to content

Commit

Permalink
changed message to one more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosALgit committed Apr 22, 2024
1 parent 954fd48 commit 178aca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unattended_installer/common_functions/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function common_checkSystem() {
sep="="
common_logger -d "APT package manager will be used."
else
common_logger -e "Couldn't find YUM or APT package manager. Try to install one of them with your current package manager. Then, launch the installation assistant again."
common_logger -e "Couldn't find YUM or APT package manager. Try installing the one corresponding to your operating system and then, launch the installation assistant again."
exit 1
fi

Expand Down

0 comments on commit 178aca7

Please sign in to comment.