From b325d823c36e7f91ae3401bfa4ca630b1c603c5e Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 17 Apr 2019 22:32:06 +0200 Subject: [PATCH] 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... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39cdc2c..f38505b 100644 --- a/README.md +++ b/README.md @@ -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.