Skip to content

Instantly share code, notes, and snippets.

@ViktorNacht
Last active August 29, 2015 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ViktorNacht/56ae6617734f28e2b1b3 to your computer and use it in GitHub Desktop.
Save ViktorNacht/56ae6617734f28e2b1b3 to your computer and use it in GitHub Desktop.
One-Line Install of Perlbrew onto CentOS 7
curl -kL http://install.perlbrew.pl | sed "/\$PERLBREWDOWNLOAD/{N;s|$|sed -i -r '/@INC/ s/([)][}])/ vendorlib vendorarch\\\1/' \\\$LOCALINSTALLER\n|}" | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment