Fix typo in readme.md (#50)

This commit is contained in:
Jared Schwalbe
2025-08-30 14:45:12 -05:00
committed by GitHub
parent cfa6d1381b
commit dbb847047e

View File

@@ -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`.