Update comments

Fixed libtinfo.so.5: cannot open shared object file in Fedora

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun
2019-01-03 21:32:52 +09:00
parent 2e9b526e1f
commit 4dbace52c3

View File

@@ -103,7 +103,7 @@ common_install(){
else
error_detect_depends "yum -y install perl-Data-Dumper"
fi
if grep -Eqi "fedora" /etc/os-release; then
if echo $(get_opsy) | grep -Eqi "fedora"; then
error_detect_depends "yum -y install ncurses-compat-libs"
fi
fi