Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libra2/install-tailscale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down