Skip to content

Instantly share code, notes, and snippets.

View tomashejatko's full-sized avatar
🎯
Meow bussines

Tomáš Hejátko tomashejatko

🎯
Meow bussines
View GitHub Profile
@pjkelly
pjkelly / installer.sh
Created August 11, 2011 18:59
Installing PHPUnit via Pear on Ubuntu Lucid
# Uninstall any pre-existing packaged
# versions of phpunit
sudo apt-get remove phpunit
# Install pear via apt-get
sudo apt-get install php-pear
# Update existing pear channels
sudo pear channel-update pear.php.net