We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cad337 commit eda4579Copy full SHA for eda4579
sem-install
@@ -41,7 +41,7 @@ install::install_php() {
41
rm -rf ${language_version}.tar.gz
42
mv php-${language_version} ~/.phpbrew/php/
43
if [ ! -d "~/.phpbrew/build/php-{$language_version}" ]; then
44
- output=$(phpbrew download ${language_version})
+ output=$(phpbrew -q download ${language_version})
45
tar -xjf ~/.phpbrew/distfiles/php-${language_version}.tar.bz2
46
rm -rf ~/.phpbrew/distfiles/php-${language_version}.tar.bz2
47
mv php-${language_version} ~/.phpbrew/build/
0 commit comments