aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/install
diff options
context:
space:
mode:
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