diff --git a/readme.md b/readme.md index 7812aec..2d586b3 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ automatically on boot (no need to enter desktop mode). ## Installing Tailscale 1. Clone this repo to your Deck, switch to root and enter the directory: - 1. `git clone htps://github.com/tailscale-dev/deck-tailscale.git ~/deck-tailscale` + 1. `git clone https://github.com/tailscale-dev/deck-tailscale.git ~/deck-tailscale` 2. `sudo -i` 3. `cd ~deck/deck-tailscale` 2. Run `bash tailscale.sh` to install Tailscale (or update the existing @@ -56,3 +56,4 @@ Resolution: Delete `/etc/default/tailscaled` and re-run installer script. The Tailscale binaries `tailscale` and `tailscaled` are installed in `/opt/tailscale/`. The Tailscale systemd unit file is installed at `/etc/systemd/system/tailscale.service`. The override file to reconfigure the services `Exec` commands is installed at `/etc/systemd/system/tailscaled.service.d/override.conf`. The defaults file for the variables `PORT` and `FLAGS` is installed at `/etc/default/tailscaled` The service is then started and enabled via `systemctl`. +