Skip to content

Instantly share code, notes, and snippets.

@mickey946
Created December 9, 2016 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mickey946/e83ecb97fd067c650bdb441b3cab1d64 to your computer and use it in GitHub Desktop.
Save mickey946/e83ecb97fd067c650bdb441b3cab1d64 to your computer and use it in GitHub Desktop.
Installation script for LyX to work with Hebrew on Ubuntu.
#!/bin/sh
sudo apt-get install lyx culmus culmus-fancy texlive-lang-other
wget https://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/culmus-latex_0.7-1_all_fixed.deb/download -O culmus-latex_0.7-1_all_fixed.deb
sudo dpkg -i culmus-latex_0.7-1_all_fixed.deb
sudo apt-get install -f
rm -f culmus-latex_0.7-1_all_fixed.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment