aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/install
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-09-08 17:11:05 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-09-08 17:11:05 -0300
commit6e446329869337f32dacae244269a6e5296fa91d (patch)
tree3dcd0fb35cfce4c0ae407decc6d2b22aaaa73cc7 /share/hydractl/install
parente0f6b1bc64d737aa03f1383b01c71989443d48a3 (diff)
downloadhydra-6e446329869337f32dacae244269a6e5296fa91d.tar.gz
hydra-6e446329869337f32dacae244269a6e5296fa91d.tar.bz2
Adds deployment code
Diffstat (limited to 'share/hydractl/install')
-rwxr-xr-xshare/hydractl/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/install b/share/hydractl/install
index 1b687db..db45614 100755
--- a/share/hydractl/install
+++ b/share/hydractl/install
@@ -31,7 +31,7 @@ if [ "`whoami`" != 'root' ]; then
fi
# Deploy
-echo "Deploying to local node..."
+echo "Installing to local node..."
if ! which git &> /dev/null; then
echo "Installing git..."