From e5d2eb90b231af455cf90f410ba1806dbc61736e Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Sun, 8 Jun 2014 13:56:36 +0200 Subject: [PATCH] Add missing packages. --- install-debpkgs-graphic.sh | 5 +++-- install-debpkgs.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install-debpkgs-graphic.sh b/install-debpkgs-graphic.sh index 7749a65..7ee4cdf 100755 --- a/install-debpkgs-graphic.sh +++ b/install-debpkgs-graphic.sh @@ -1,4 +1,5 @@ add-apt-repository ppa:numix/ppa +add-apt-repository ppa:pipelight/stable apt-get update apt-get install \ openssh-server zsh vim-nox vim-rails vim-scripts vim-syntax-gtk exuberant-ctags \ @@ -19,8 +20,8 @@ apt-get install \ abiword-plugin-grammar abiword-plugin-mathview keyboard-configuration console-braille dots \ kakasi ibus ibus-gtk ibus-gtk3 ibus-qt4 tagainijisho ibus-mozc ibus-m17n ibus-anthy ibus-skk ibus-tegaki ibus-pinyin \ rsync arandr openbox gsetroot tint2 menu menu-l10n gmrun \ - nmap seahorse simple-scan \ - psutils python-git bc htop highlight code2html \ + nmap seahorse simple-scan libxml2-dev libxslt1-dev \ + psutils python-git bc htop highlight code2html pipelight-multi \ ipython ipython3 python-pip python3-pip \ doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \ nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \ diff --git a/install-debpkgs.sh b/install-debpkgs.sh index 4785790..f55eb34 100755 --- a/install-debpkgs.sh +++ b/install-debpkgs.sh @@ -3,7 +3,7 @@ apt-get install \ mutt-patched offlineimap tmux \ opensc pcscd pcsc-tools libpam-pkcs11 openssh-blacklist \ openssh-blacklist-extra openssl openssl-blacklist openssl-blacklist-extra \ - python3-sphinx python-sphinx texlive-full \ + python3-sphinx python-sphinx texlive-full libxml2-dev libxslt1-dev \ python-django python-django-mptt python-django-extensions python-django-extra-views python-django-south \ python3-psycopg2 python-psycopg2 \ mongodb mongodb-clients mongodb-server python-mongoengine python-pymongo python-celery python-django-celery \