Skip to content

Instantly share code, notes, and snippets.

@fjudith
Last active January 24, 2020 13:24
Show Gist options
  • Select an option

  • Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.

Select an option

Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.
phoronix-test-suite
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
@maverickcasanova
Copy link
Copy Markdown

Also needs php-zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment