summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index aba0a951..01f51149 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2012-2015 Holger Levsen <holger@layer-acht.org>
+# Copyright 2012-2016 Holger Levsen <holger@layer-acht.org>
# released under the GPLv=2
DEBUG=false
@@ -280,6 +280,10 @@ bootstrap_system() {
EXTRA_APPEND="$EXTRA_APPEND desktop=xfce"
GUITERMINAL=xterm
;;
+ debian-edu_*_mate)
+ EXTRA_APPEND="$EXTRA_APPEND desktop=mate"
+ GUITERMINAL=xterm
+ ;;
debian-edu_*)
EXTRA_APPEND="$EXTRA_APPEND desktop=kde"
GUITERMINAL=konsole