aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/install
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-02-08 02:21:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-02-08 02:21:45 -0200
commit032b6e5ec2c34f992b4d8a344ef460db4e9369d2 (patch)
treec81e17e355bfaa94d54dda1ff5dca3eba488eb41 /share/hydra/install
parentc47d2e7762e8f2ac77efcee5b65ccc794f2c1f25 (diff)
downloadhydra-032b6e5ec2c34f992b4d8a344ef460db4e9369d2.tar.gz
hydra-032b6e5ec2c34f992b4d8a344ef460db4e9369d2.tar.bz2
Some simplification
Diffstat (limited to 'share/hydra/install')
-rwxr-xr-xshare/hydra/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/hydra/install b/share/hydra/install
index 91a1226..6a3c07f 100755
--- a/share/hydra/install
+++ b/share/hydra/install
@@ -50,8 +50,8 @@ for node in $NODES; do
##### BEGIN REMOTE SCRIPT #####
if ! which git &> /dev/null; then
echo "Installing git..."
- sudo aptitude update
- sudo aptitude install git-core -y
+ sudo apt-get update
+ sudo apt-get install git-core -y
fi
# Git version