Skip to content

Commit 3a2de9e

Browse files
authored
Fix (#594)
* fix install * rm feature request
1 parent a9d0117 commit 3a2de9e

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
if [ -e /etc/lsb-release ]; then
1212
${SUDO} apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python3-dev
1313
else
14-
error_msg "Please using Ubuntu or install `pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python3-dev` by user."
14+
error_msg "Please using Ubuntu or install pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python3-dev by user."
1515
exit -1
1616
fi
1717

0 commit comments

Comments
 (0)