Update german wiki
This commit is contained in:
parent
199b342404
commit
f8e3235320
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@ function download {
|
|||
echo "Start download $2";
|
||||
wget --quiet --output-document="$2"_wiki_1."$1".xml.bz2 http://dumps.wikimedia.org/"$1"wiki/latest/"$1"wiki-latest-pages-articles.xml.bz2
|
||||
}
|
||||
cd src;
|
||||
cd ~/wiki/src;
|
||||
download en English;
|
||||
download de Deutch;
|
||||
download de German;
|
||||
download nl Netherlands;
|
||||
download fr French;
|
||||
download ru Russian;
|
||||
|
|
Loading…
Reference in a new issue