diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-02-08 02:21:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-02-08 02:21:45 -0200 |
commit | 032b6e5ec2c34f992b4d8a344ef460db4e9369d2 (patch) | |
tree | c81e17e355bfaa94d54dda1ff5dca3eba488eb41 /share/hydractl/install | |
parent | c47d2e7762e8f2ac77efcee5b65ccc794f2c1f25 (diff) | |
download | hydra-032b6e5ec2c34f992b4d8a344ef460db4e9369d2.tar.gz hydra-032b6e5ec2c34f992b4d8a344ef460db4e9369d2.tar.bz2 |
Some simplification
Diffstat (limited to 'share/hydractl/install')
-rwxr-xr-x | share/hydractl/install | 4 |
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 |