-
-
Save shaybensasson/16e83e59b790a627baffa6365819f77f to your computer and use it in GitHub Desktop.
Installation script for LyX to work with Hebrew on Ubuntu.
This file contains hidden or 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/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