bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_valac/0-install_valac.sh

843723683 88bc63
#!/bin/bash
843723683 88bc63
# Author: Lz <lz843723683@163.com>
843723683 88bc63
843723683 673c92
if [ "$centos_ver" -ne "7" ];then
843723683 673c92
	t_Log "Package not included in CentOS $centos_ver => SKIP"
843723683 673c92
	exit 0
843723683 673c92
fi
843723683 673c92
843723683 88bc63
t_Log "$0 - installing valac"
843723683 88bc63
t_InstallPackage vala
843723683 88bc63