Created
October 21, 2012 21:00
-
-
Save fedorn/3928500 to your computer and use it in GitHub Desktop.
Install GoldenDict on Ubuntu with En-Ru-En content
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/bash | |
| sudo apt-get install -y goldendict | |
| cd /tmp/ | |
| wget http://downloads.sourceforge.net/goldendict/enruen-content-1.1.tar.bz2 | |
| cd /usr/share/apps/goldendict/ | |
| sudo tar --no-same-owner -xvf /tmp/enruen-content-1.1.tar.bz2 | |
| sudo chmod -R a+r content | |
| mkdir -p ~/.config/autostart | |
| cp /usr/share/applications/goldendict.desktop ~/.config/autostart/ | |
| (goldendict &> /dev/null &) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or you can just use https://launchpad.net/~fsqcds/+archive/goldendict