diff --git a/README.md b/README.md index b897c50..d11c87c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bin/cointop.REMOVED.git-id b/bin/cointop.REMOVED.git-id index a897118..5393229 100644 --- a/bin/cointop.REMOVED.git-id +++ b/bin/cointop.REMOVED.git-id @@ -1 +1 @@ -97598467aa6af6ee110094adec5f0ee97d2bab6a \ No newline at end of file +b4645e922bfc9c74e735b9b7e16669cf82966cf5 \ No newline at end of file diff --git a/install.sh b/install.sh index fc25de3..958dc95 100755 --- a/install.sh +++ b/install.sh @@ -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..."