mirror of
https://github.com/tailscale-dev/deck-tailscale.git
synced 2025-10-21 15:08:13 +00:00
Fix typo in readme.md (#50)
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
Reference in New Issue
Block a user