From 3849ad4ba0bda7f248451b728bf5710e9b4abfd0 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <admin@spinrath.net> Date: Thu, 29 Oct 2015 21:24:54 +0100 Subject: [PATCH] linuxparty.sh: do not install liblapack by default --- scripts/linuxparty.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/linuxparty.sh b/scripts/linuxparty.sh index 28f5802..0c66cef 100644 --- a/scripts/linuxparty.sh +++ b/scripts/linuxparty.sh @@ -50,8 +50,8 @@ COMMON_PKGS=(\ "FALSE" "zsh-doc" "Dokumentation von zsh" \ "FALSE" "lftp" "FTP-Client" \ "FALSE" "gddrescue" "Falls Daten gelöscht, letzte Option vor dem Tod der Hoffnung" \ -"TRUE" "liblapack-dev" "LAPACK ist eine Standard-Numerik-Bibliothek für Physiker und Numeriker" \ -"TRUE" "liblapack-doc" "LAPACK Dokumentation (s. oben)" \ +"FALSE" "liblapack-dev" "LAPACK ist eine Standard-Numerik-Bibliothek für Physiker und Numeriker" \ +"FALSE" "liblapack-doc" "LAPACK Dokumentation (s. oben)" \ "FALSE" "x2goclient" "Remote Desktop Client" \ ) -- GitLab