mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
8 lines
202 B
Bash
8 lines
202 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
echo yes | cpan DateTime Capture::Tiny
|
||
|
|
||
|
wget -qO- https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0.tar.gz | tar xvz
|
||
|
(cd lcov && make install)
|
||
|
lcov --version
|