-
-
Save saltybeagle/1130442 to your computer and use it in GitHub Desktop.
reproduce pyrus make
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/bash | |
mkdir 'reproduce_pyrus_make'; | |
cd 'reproduce_pyrus_make'; | |
git clone 'git://github.com/pyrus/Pyrus.git'; | |
git clone 'git://github.com/pyrus/Pyrus_Developer.git'; | |
git clone 'git://github.com/pear2/PEAR2_Autoload.git'; | |
git clone 'git://github.com/Tyrael/suhosin.git'; | |
cd 'Pyrus'; | |
cd 'data'; | |
ln -s ../../Pyrus_Developer/customcommand/commands.xml local-developer-commands.xml | |
cd .. | |
php -r 'file_put_contents("autoload.php", file_get_contents("https://raw.github.com/gist/1130402/00fb984b7908951fd9cd3964e0f1ee5912448fc6/autoload.php"));' | |
php scripts/pyrus channel-discover tyrael.github.com/pear | |
php scripts/pyrus make Suhosin Tyrael.github.com/pear `pwd`/../suhosin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment