diff --git a/static/install.sh b/static/install.sh index 17badd8..8ba51af 100644 --- a/static/install.sh +++ b/static/install.sh @@ -1,5 +1,8 @@ #!/bin/bash +### INSTALL COMMAND +### /bin/bash -c "$(curl -fsSL https://coinguy.io/install.sh)" + # Check for root/sudo permissions # if [ "$EUID" -ne 0 ] # then echo "Please run as root or use sudo"