From edccabe7f01e6b7a62dcab79b1b2f0e5dcaeaf9e Mon Sep 17 00:00:00 2001 From: Andreas Fendt Date: Tue, 9 Sep 2014 13:31:06 +0200 Subject: [PATCH] Some corrections for gui --- install-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-debian.sh b/install-debian.sh index 6623931..1740445 100755 --- a/install-debian.sh +++ b/install-debian.sh @@ -37,7 +37,7 @@ function common-end { function client-gui { # programs apt-get install -y firefox firefox-locale-de thunderbird thunderbird-locale-de \ - keepassx filezilla vlc gparted wireshark + keepassx filezilla vlc gparted wireshark kate # IDE apt-get install -y eclipse # OpenJDK @@ -57,7 +57,7 @@ function client-gui-end { function server-gui { # programs apt-get install -y firefox firefox-locale-de thunderbird thunderbird-locale-de \ - keepassx filezilla vlc gparted wireshark + filezilla gparted wireshark kate # ssh apt-get install -y openssh-server }