mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 14:32:19 +00:00
update post
This commit is contained in:
parent
1b738d97b4
commit
31e29add7a
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "Tailscale on VMware Photon OS" # Title of the blog post.
|
title: "Tailscale on VMware Photon OS" # Title of the blog post.
|
||||||
date: 2022-12-14T10:21:12-06:00 # Date of post creation.
|
date: 2022-12-14T10:21:12-06:00 # Date of post creation.
|
||||||
# lastmod: 2022-12-14T10:21:12-06:00 # Date when last modified
|
lastmod: 2022-12-15T10:21:12-06:00 # Date when last modified
|
||||||
description: "How to manually install Tailscale on VMware's Photon OS - or any other systemd-based platform without official Tailscale packages." # Description used for search engine.
|
description: "How to manually install Tailscale on VMware's Photon OS - or any other systemd-based platform without official Tailscale packages." # Description used for search engine.
|
||||||
featured: false # Sets if post is a featured post, making appear on the home page side bar.
|
featured: false # Sets if post is a featured post, making appear on the home page side bar.
|
||||||
draft: false # Sets whether to render this page. Draft of true will not be rendered.
|
draft: false # Sets whether to render this page. Draft of true will not be rendered.
|
||||||
|
@ -39,7 +39,7 @@ cd tailscale_1.34.1_arm64/
|
||||||
```shell
|
```shell
|
||||||
sudo install -m 755 tailscale /usr/bin/
|
sudo install -m 755 tailscale /usr/bin/
|
||||||
sudo install -m 755 tailscaled /usr/sbin/
|
sudo install -m 755 tailscaled /usr/sbin/
|
||||||
sudo install -m 644 systemd/tailscaled_defaults /etc/defaults/tailscaled
|
sudo install -m 644 systemd/tailscaled.defaults /etc/default/tailscaled
|
||||||
sudo install -m 644 systemd/tailscaled.service /usr/lib/systemd/system/
|
sudo install -m 644 systemd/tailscaled.service /usr/lib/systemd/system/
|
||||||
```
|
```
|
||||||
4. Start the service:
|
4. Start the service:
|
||||||
|
|
Loading…
Reference in a new issue