Closed gsteckman closed 3 years ago
The first option of the install instructions are to use:
curl -s https://github.com/kylejohnson/Patiobar/blob/master/install.sh | bash
However this URL to the install.sh file actually gets the GitHub web page which bash chokes on. Instead the following URL to the file is what is needed:
https://raw.githubusercontent.com/kylejohnson/Patiobar/master/install.sh
The first option of the install instructions are to use:
curl -s https://github.com/kylejohnson/Patiobar/blob/master/install.sh | bash
However this URL to the install.sh file actually gets the GitHub web page which bash chokes on. Instead the following URL to the file is what is needed:
https://raw.githubusercontent.com/kylejohnson/Patiobar/master/install.sh