summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-16 09:32:47 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-16 09:32:47 +0100
commit3246032fbd4b04b1e944bf6d2239dec5c48872f2 (patch)
tree3aefe4f181b25f2178368042baad6acdec654b7b
parent8dd7e636e80f3024ba059d3b1fb46db534436363 (diff)
Added hint to pubkey at github
-rwxr-xr-xconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sh b/config.sh
index cdc0309..e7415b3 100755
--- a/config.sh
+++ b/config.sh
@@ -7,7 +7,7 @@
# 1) Base setup
OT_DIST="debian" # Linux distribution (debian)
OT_INSTALL="local" # Type (gem, local, server)
-OT_BRANCH="development" # Maturity (development, master)
+OT_BRANCH="development" # Maturity (development -you need SSH key at Github-, master)
# 2) Where all binaries are installed.
OT_PREFIX="$HOME/opentox-ruby"