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 b/bin/cointop index 9759846..b4645e9 100755 Binary files a/bin/cointop and b/bin/cointop differ 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..."