Skip to content
Snippets Groups Projects
Commit d0af37b3 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Added extended language support and hardcoded offline repository entry

parent b1687a3d
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,10 @@ deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-security multiverse ...@@ -55,6 +55,10 @@ deb-src http://ftp.halifax.rwth-aachen.de/ubuntu/ precise-security multiverse
deb http://extras.ubuntu.com/ubuntu precise main deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main deb-src http://extras.ubuntu.com/ubuntu precise main
" > /etc/apt/sources.list " > /etc/apt/sources.list
echo "# offline repository of the linux install party
deb [ trusted=yes ] file:/isodevice/archives precise lip" > /etc/apt/sources.list.d/lipoffline.list
apt-get update apt-get update
apt-get install aptitude -y apt-get install aptitude -y
...@@ -63,5 +67,7 @@ aptitude install automake cmake aspell-de build-essential ffmpeg htop hunspell h ...@@ -63,5 +67,7 @@ aptitude install automake cmake aspell-de build-essential ffmpeg htop hunspell h
aptitude install --without-recommends mdadm aptitude install --without-recommends mdadm
aptitude install cm-super context feynmf fragmaster info latex-beamer latex-xcolor latexmk pgf psutils t1utils texinfo texlive-base texlive-bibtex-extra texlive-binaries texlive-common texlive-doc-base texlive-doc-de texlive-doc-en texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended texlive-fonts-recommended-doc texlive-formats-extra texlive-games texlive-generic-extra texlive-humanities texlive-humanities-doc texlive-lang-german texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-latex3 texlive-luatex texlive-math-extra texlive-metapost texlive-metapost-doc texlive-music texlive-omega texlive-pictures texlive-pictures-doc texlive-plain-extra texlive-pstricks texlive-pstricks-doc texlive-publishers texlive-publishers-doc texlive-science texlive-science-doc texlive-xetex aptitude install cm-super context feynmf fragmaster info latex-beamer latex-xcolor latexmk pgf psutils t1utils texinfo texlive-base texlive-bibtex-extra texlive-binaries texlive-common texlive-doc-base texlive-doc-de texlive-doc-en texlive-extra-utils texlive-font-utils texlive-fonts-extra texlive-fonts-extra-doc texlive-fonts-recommended texlive-fonts-recommended-doc texlive-formats-extra texlive-games texlive-generic-extra texlive-humanities texlive-humanities-doc texlive-lang-german texlive-latex-base texlive-latex-base-doc texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-latex3 texlive-luatex texlive-math-extra texlive-metapost texlive-metapost-doc texlive-music texlive-omega texlive-pictures texlive-pictures-doc texlive-plain-extra texlive-pstricks texlive-pstricks-doc texlive-publishers texlive-publishers-doc texlive-science texlive-science-doc texlive-xetex
aptitude install wngerman wogerman wswiss poppler-data libreoffice-l10n-de libreoffice-help-de hyphen-de mythes-de thunderbird-locale-de
echo -n "Europe/Berlin" > /etc/timezone echo -n "Europe/Berlin" > /etc/timezone
rm -rf /var/crash/* rm -rf /var/crash/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment