We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d0117 commit 3a2de9eCopy full SHA for 3a2de9e
.github/ISSUE_TEMPLATE/feature_request.md
setup.sh
@@ -11,7 +11,7 @@ fi
11
if [ -e /etc/lsb-release ]; then
12
${SUDO} apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python3-dev
13
else
14
- 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."
15
exit -1
16
fi
17
0 commit comments