1 2 3 4 5 6 7 8
#!/bin/bash # Add the kolab repository. cat > /etc/apt/sources.list.d/kolab.list << EOF deb http://obs.kolabsys.com:82/Kolab:/3.1/Debian_7.0/ ./ EOF apt-get update || :