We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ea5b3 commit 1f03abcCopy full SHA for 1f03abc
manifests/init.pp
@@ -44,7 +44,7 @@
44
}
45
46
exec { 'download phpbrew':
47
- command => '/usr/bin/curl -o /tmp/phpbrew https://raw.github.com/c9s/phpbrew/master/phpbrew',
+ command => '/usr/bin/wget -P /tmp https://raw.github.com/c9s/phpbrew/master/phpbrew',
48
creates => '/tmp/phpbrew',
49
50
0 commit comments