apt-get update -yqq && \
apt-get install php-common php-cli php-xml && \
cd /tmp && \
curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvcf - && \
cd phoronix-test-suite && ./install-sh
Last active
January 24, 2020 13:24
-
-
Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.
phoronix-test-suite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also needs php-zip