diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-05-27 11:46:02 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-05-27 11:46:02 (GMT) |
commit | 8bf5bbc1d965c07d6f05cd7eb75c7eada1319b22 (patch) | |
tree | 513ca871233a6560d4f2c1ea70e9897e8a3d3772 /kolab-2.3-for-ucs-3/01-install-enterprise-edition.sh | |
parent | 86725d02a3bed77b008fbdb980436c5e4126e635 (diff) | |
download | kolab-scripts-8bf5bbc1d965c07d6f05cd7eb75c7eada1319b22.tar.gz |
Add an install script
Diffstat (limited to 'kolab-2.3-for-ucs-3/01-install-enterprise-edition.sh')
-rwxr-xr-x | kolab-2.3-for-ucs-3/01-install-enterprise-edition.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/kolab-2.3-for-ucs-3/01-install-enterprise-edition.sh b/kolab-2.3-for-ucs-3/01-install-enterprise-edition.sh new file mode 100755 index 0000000..852b7ed --- /dev/null +++ b/kolab-2.3-for-ucs-3/01-install-enterprise-edition.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +ucr set \ + repository/online/component/kolab-2.3=enabled \ + repository/online/component/kolab-2.3/description="Kolab Sytems Kolab 2.3 Public" \ + repository/online/component/kolab-2.3/server="mirror.kolabsys.com" \ + repository/online/component/kolab-2.3/prefix="pub/ucs" \ + repository/online/component/kolab-2.3/version="current" \ + repository/online/component/kolab-2.3/parts="maintained" + +univention-install kolab-2.3-enterprise-release + +while [ ! -f /etc/apt/certs/mirror.kolabsys.com.client.pem ]; do + echo "Install the client SSL certificate to:" + echo "" + echo " /etc/apt/certs/mirror.kolabsys.com.client.pem" + echo "" + echo "and press Enter" + read ANSWER +done + +univention-install kolabsys-kolab2 |