Last active
January 24, 2020 13:24
-
-
Save fjudith/2e835073754c720cc1027cfe956c21f0 to your computer and use it in GitHub Desktop.
Revisions
-
fjudith revised this gist
Mar 4, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apt-get update -yqq && \ apt-get install -yqq php-common php-cli php-xml php-sqlite3 && \ cd /tmp && \ curl -L https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \ cd phoronix-test-suite && \ ./install-sh && \ phoronix-test-suite list-suites && \ -
fjudith revised this gist
Mar 4, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,5 +6,7 @@ apt-get install -yqq php-common php-cli php-xml php-sqlite3 && \ cd /tmp && \ curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \ cd phoronix-test-suite && \ ./install-sh && \ phoronix-test-suite list-suites && \ phoronix-test-suite list-tests ``` -
fjudith revised this gist
Mar 4, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ```bash apt-get update -yqq && \ apt-get install -yqq php-common php-cli php-xml php-sqlite3 && \ cd /tmp && \ curl -OL https://phoronix-test-suite.com/releases/phoronix-test-suite-8.6.1.tar.gz | tar -xvzf - && \ cd phoronix-test-suite && \ -
fjudith revised this gist
Mar 4, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,10 @@ ```bash 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 -xvzf - && \ cd phoronix-test-suite && \ ./install-sh ``` -
fjudith revised this gist
Mar 4, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,5 +3,6 @@ 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 ``` -
fjudith revised this gist
Mar 4, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,7 @@ ```bash 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 ``` -
fjudith created this gist
Mar 4, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ ```bash apt-get update -yqq && \ apt-get install php-common php-cli php-xml && \ ```