mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
8 lines
202 B
Bash
Executable File
8 lines
202 B
Bash
Executable File
#!/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
|