1#!/bin/bash 2 3set -ex 4 5git clone --branch v1.15 https://github.com/linux-test-project/lcov.git 6pushd lcov 7sudo make install # will be installed in /usr/local/bin/lcov 8popd 9