From 540d8315260fee30bb7c034d26cf5186f60bf606 Mon Sep 17 00:00:00 2001 From: Darren Wurf Date: Sat, 7 Dec 2024 22:57:42 +1100 Subject: [PATCH 1/2] Add reported successes to README.md Users have reported that the `libra2` scripts work on the Aura H2O, Forma and Elipsa 2E devices. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64f5e15..b4cc28a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ Install scripts for getting [Tailscale](https://tailscale.com) running on Kobo e-readers and persisting through reboots. ## Supported devices -- *Kobo Libra 2* -- *Koba Libra Colour*/*Koba Libra Color* +- *Kobo Libra 2*/*Forma*/*Aura H2O Edition 2* (via [libra2](libra2/README.md)) +- *Koba Libra Colour*/*Koba Libra Color*/*Elipsa 2E* (via [libra-color](libra-color/README.md)) - *Kobo Clara BW* If you have another device and would like to contribute, please open a PR! ## Installation -> [!NOTE] +> [!NOTE] > The version of Tailscale to install can be chosen by editing the `TAILSCALE_VERSION` variable in `install-tailscale.sh`. 1. Download this repo onto your Kobo e-reader's onboard storage and find your device. From f65b6f4eb4b4bbf6df2f40f3726e342cba589519 Mon Sep 17 00:00:00 2001 From: Darren Wurf Date: Sat, 7 Dec 2024 22:58:22 +1100 Subject: [PATCH 2/2] Bump tailscale version in libra2 script --- libra2/install-tailscale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libra2/install-tailscale.sh b/libra2/install-tailscale.sh index a181447..80e57d1 100755 --- a/libra2/install-tailscale.sh +++ b/libra2/install-tailscale.sh @@ -4,7 +4,7 @@ set -e # Set what version of tailscale you would like to install here. # You can find the latest version at https://pkgs.tailscale.com/stable/#static -export TAILSCALE_VERSION=1.48.1 +export TAILSCALE_VERSION=1.76.6 echo echo "Installing tailscale ${TAILSCALE_VERSION} for Kobo Libra 2!"