Skip to content

Instantly share code, notes, and snippets.

@shaybensasson
Forked from mickey946/install_lyx_hebrew.sh
Created November 12, 2020 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaybensasson/16e83e59b790a627baffa6365819f77f to your computer and use it in GitHub Desktop.
Save shaybensasson/16e83e59b790a627baffa6365819f77f 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