update install script

Former-commit-id: a6b0b779a989d756ba99d983bd8ce56120378dfb [formerly a6b0b779a989d756ba99d983bd8ce56120378dfb [formerly 84c13aa0acb0de35237d17946797b9f582e3c39a [formerly 1c6340bd6b]]]
Former-commit-id: c778beaa7a825a4dc5dac760487d31d02ad7055e
Former-commit-id: 851519f231a0ef7cf9cc751dfd57138400fcbcb9 [formerly 40586478628c8afe8c1d9a3665574292e9f68f71]
Former-commit-id: c5710af057685dbe7ed5d58f3fe42bd5e4d0f4f6
pull/15/head
Miguel Mota 6 years ago
parent dab42519f7
commit b0e2a6fbea

@ -19,7 +19,7 @@ go install github.com/miguelmota/cointop
#### Alternatively (without go)
```
sudo curl -s https://git.io/vxKUA | bash
sudo curl -s https://raw.githubusercontent.com/miguelmota/cointop/master/install.sh | bash
```
## Usage

@ -1 +1 @@
97598467aa6af6ee110094adec5f0ee97d2bab6a
b4645e922bfc9c74e735b9b7e16669cf82966cf5

@ -1,10 +1,5 @@
#!/bin/bash
if ! [ $(id -u) = 0 ]; then
echo "Must run as root"
exit 1
fi
echo "downloading..."
curl https://github.com/miguelmota/cointop/raw/master/bin/cointop -o cointop
echo "installing..."

Loading…
Cancel
Save