Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Change some words in install_dependency.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zhou, Cheng <cheng.zhou@intel.com>
  • Loading branch information
czhou26 committed Jun 10, 2019
1 parent 95fd0fb commit 9512773
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/install_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ $EUID -ne 0 ]]; then
fi


#detect system arch.
# Detect system arch.
ULONG_MASK=`getconf ULONG_MAX`
if [ $ULONG_MASK == 18446744073709551615 ]; then
SYSARCH=64
Expand Down Expand Up @@ -74,9 +74,9 @@ elif [ "$LINUX_DISTRO" == "CentOS" ]; then
try_command yum install -y python36 python36-pip
try_command pip3 install ruamel.yaml
else
echo -e $ECHO_PREFIX_INFO "The installation is cancelled."
echo -e $ECHO_PREFIX_INFO "The CDN-Transcode-Sample can't support this OS, please use Ubuntu 18.04 or CentOS 7.6.\n"
echo -e $ECHO_PREFIX_INFO "The installation will be cancelled."
echo -e $ECHO_PREFIX_INFO "The CDN-Transcode-Sample does not support this OS, please use Ubuntu 18.04 or CentOS 7.6.\n"
exit 1
fi

echo -e $ECHO_PREFIX_INFO "The installation is done."
echo -e $ECHO_PREFIX_INFO "Installation completed."

0 comments on commit 9512773

Please sign in to comment.