diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-03-05 10:57:30 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-03-05 10:57:30 (GMT) |
commit | 218d3dc36e2c5802207b0d01247d07283d43f930 (patch) | |
tree | 411bca144c143815584d796aec0ceaa7a273b41b | |
parent | 60065358388cef5a15510ec0ff52dc694150adbb (diff) | |
download | kolab-scripts-218d3dc36e2c5802207b0d01247d07283d43f930.tar.gz |
Do no longer install the -development subpackage by default
-rwxr-xr-x | ucs-3.x/01-install-community-edition.sh | 2 | ||||
-rwxr-xr-x | ucs-3.x/01-install-enterprise-edition.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucs-3.x/01-install-community-edition.sh b/ucs-3.x/01-install-community-edition.sh index 49332cb..5834077 100755 --- a/ucs-3.x/01-install-community-edition.sh +++ b/ucs-3.x/01-install-community-edition.sh @@ -8,4 +8,4 @@ ucr set \ repository/online/component/kolab-13/version="current" \ repository/online/component/kolab-13/parts="maintained" -univention-install kolab-13-community-release kolab-13-community-release-development +univention-install kolab-13-community-release diff --git a/ucs-3.x/01-install-enterprise-edition.sh b/ucs-3.x/01-install-enterprise-edition.sh index 1027f82..c98ceec 100755 --- a/ucs-3.x/01-install-enterprise-edition.sh +++ b/ucs-3.x/01-install-enterprise-edition.sh @@ -17,4 +17,4 @@ while [ ! -f /etc/apt/certs/mirror.kolabsys.com.client.pem ]; do read ANSWER done -univention-install kolab-13-enterprise-release kolab-13-enterprise-release-development +univention-install kolab-13-enterprise-release |