diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-10-08 07:40:28 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-10-08 07:40:28 (GMT) |
commit | b4aaf818fb99122338e7c4f65120625eff890601 (patch) | |
tree | 857b14a8cca0ac7ee053cfece498d5264ea80ffa /autoinstall/bootstrap/bootstrap-wheezy-script-obs.txt | |
parent | 1893fca947ea2952f1b4c780a1572164e2c5d1ae (diff) | |
download | kolab-scripts-b4aaf818fb99122338e7c4f65120625eff890601.tar.gz |
Add a wheezy-31 bootstrap script for installing from OBS
Diffstat (limited to 'autoinstall/bootstrap/bootstrap-wheezy-script-obs.txt')
-rw-r--r-- | autoinstall/bootstrap/bootstrap-wheezy-script-obs.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/autoinstall/bootstrap/bootstrap-wheezy-script-obs.txt b/autoinstall/bootstrap/bootstrap-wheezy-script-obs.txt new file mode 100644 index 0000000..ffb20b8 --- /dev/null +++ b/autoinstall/bootstrap/bootstrap-wheezy-script-obs.txt @@ -0,0 +1,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 || : |