aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/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/hydractl/install
parentc47d2e7762e8f2ac77efcee5b65ccc794f2c1f25 (diff)
downloadhydra-032b6e5ec2c34f992b4d8a344ef460db4e9369d2.tar.gz
hydra-032b6e5ec2c34f992b4d8a344ef460db4e9369d2.tar.bz2
Some simplification
Diffstat (limited to 'share/hydractl/install')
-rwxr-xr-xshare/hydractl/install4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/hydractl/install b/share/hydractl/install
index 0f43b4f..baae176 100755
--- a/share/hydractl/install
+++ b/share/hydractl/install
@@ -35,8 +35,8 @@ echo "Installing to local node..."
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