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 characters
#!/bin/sh | |
PYRUS=/path/to/pyrus.phar | |
php $PYRUS . set bin_dir ./bin | |
pear download components.ez.no/Base | |
pear download components.ez.no/ConsoleTools | |
php $PYRUS . channel-discover pear.phpunit.de | |
php $PYRUS . channel-discover components.ez.no | |
php $PYRUS . channel-discover pear.symfony-project.com | |
php $PYRUS . install Base-1.8.tgz | |
php $PYRUS . install ConsoleTools-1.6.1.tgz |