From de460f55810142daa1e92686f0094bcb16bb3b6c Mon Sep 17 00:00:00 2001 From: Jordan Schau <412028+jordanschau@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:05:44 -0800 Subject: [PATCH 1/2] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19b0eb5..7335eb7 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ can sometimes take hours on the Raspberry Pi Zero W and is not guaranteed to go installing dependencies on the zero w takes a long time and is prone to copy-paste-, permission- and configuration errors. -ℹ️ **Looking for a shortcut to safe a few hours?** We know about this problem and have spent a signifcant amount of time +ℹ️ **Looking for a shortcut to save a few hours?** We know about this problem and have spent a signifcant amount of time to prepare a pre-configured image with the latest version of Inkycal for the Raspberry Pi Zero. It comes with the latest version of Inkycal, is fully tested and uses the Raspberry Pi OS Lite as it's base image. You only need to copy your settings.json file, we already took care of the rest, including auto-start at boot, enabling spi and installing all From 796a896c34bb56ddd19c42efea57e5e5595afeed Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 10 Jan 2024 14:47:48 +0100 Subject: [PATCH 2/2] Update update-os.yml --- .github/workflows/update-os.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index 505cf0f..7c775a9 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -39,7 +39,7 @@ jobs: sudo apt-get install -y python3-pip sudo apt-get install zlib1g libjpeg-dev libatlas-base-dev rustc libopenjp2-7 python3-dev scons libssl-dev python3-venv python3-pip git libfreetype6-dev wkhtmltopdf -y echo $PWD && ls - git clone --branch main --single-branch https://github.com/aceinnolab/Inkycal + git clone https://github.com/aceinnolab/Inkycal cd Inkycal python3 -m venv venv . venv/bin/activate