Last active
December 17, 2015 01:59
-
-
Save ovntatar/5532298 to your computer and use it in GitHub Desktop.
get cpanminus
This file contains 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 | |
curl https://raw.github.com/miyagawa/cpanminus/master/cpanm > cpanm | |
mv cpanm ~/ | |
chmod 755 ~/cpanm | |
echo "PERL5LIB=~/perl5/lib/perl5/" >> ~/.bashrc | |
echo "export PERL5LIB" >> ~/.bashrc | |
source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment