Last active
May 2, 2016 15:25
-
-
Save iangow/94b4200cd859c6d4a5c6f6071108e2c3 to your computer and use it in GitHub Desktop.
Install texlive packages on remote computer on this one
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
ssh -C hackintosh '/opt/local/bin/port installed | grep texlive' | \ | |
perl -ne '$_ =~ s/^\s+([^\s]*).*?$/\1/; print "$_";' | \ | |
xargs sudo port install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hackintosh
.