Created
January 19, 2020 20:43
-
-
Save g--o/8067dbf442a17e089807f4d31b3b3bff to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
# debian only for now | |
echo "==== installing texlive + heb lang + lyx ====" | |
sudo apt install texlive texlive-lang-other lyx | |
echo "==== installing culmus ====" | |
wget https://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/culmus-latex_0.7-1_all_fixed.deb/download -O culmus.deb | |
sudo dpkg -i culmus.deb | |
echo "==== done ====" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment