Fixed incorrect installer link

Since the changes last month, the installer-link was not updated and was pointing to the master branch, though it should be pointing at the stable branch. This has been fixed just now. More testing is still taking place...
This commit is contained in:
Ace 2019-04-17 22:32:06 +02:00 committed by GitHub
parent 254674c774
commit b325d823c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ This software fully supports the 3-Colour **and** 2-Colour version of the 7.5" E
## Installing required packages for python 3.x
Execute the following command in the Terminal to install all required packages. This will work on both, Raspbian Stretch with Desktop and Raspbian Stretch lite.
**`bash -c "$(curl -sL https://raw.githubusercontent.com/aceisace/Inky-Calendar/master/Installer-with-debug.sh)"`**
**`bash -c "$(curl -sL https://raw.githubusercontent.com/aceisace/Inky-Calendar/Stable/Installer-with-debug.sh)"`**
If the Installer should fail for any reason, kindly open an issue and paste the error. Thanks.