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. 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!"