From 166df1dd8870670a304ed6affb3b232177bb77a1 Mon Sep 17 00:00:00 2001 From: Paul Aurich Date: Thu, 27 Apr 2023 19:42:45 -0700 Subject: [PATCH] README.md: Fix typo (/usr/local/share, not /usr/share/local) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d4cbd..2422c01 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ the rest of the tailnet. ```bash # Add the repository -sudo mkdir -p --mode=0755 /usr/share/local/keyrings +sudo mkdir -p --mode=0755 /usr/local/share/keyrings curl -fsSL https://darkrain42.github.io/tailscale-initramfs/keyring.asc | sudo tee /usr/local/share/keyrings/tailscale-initramfs-keyring.asc >/dev/null echo 'deb [signed-by=/usr/local/share/keyrings/tailscale-initramfs-keyring.asc] https://darkrain42.github.io/tailscale-initramfs/repo stable main' | sudo tee /etc/apt/sources.list.d/tailscale-initramfs.list >/dev/null