From 708b7fd39b9942562ae1854325859d6d2836e87a Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Thu, 15 Apr 2021 12:11:36 +0000 Subject: [PATCH] fix install --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5141fd90..881fe807 100644 --- a/setup.sh +++ b/setup.sh @@ -11,7 +11,7 @@ fi if [ -e /etc/lsb-release ];then #${SUDO} apt-get update ${SUDO} apt-get install -y sox pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python3-dev - error_msg "Please using Ubuntu or install `pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python3-dev` by user." + error_msg "Please using Ubuntu or install pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python3-dev by user." exit -1 fi -- GitLab