mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
7 lines
191 B
Bash
Executable File
7 lines
191 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-2.0 && make install)
|