Skip to content

Commit b5a44da

Browse files
committed
add index.html
1 parent 0558bc3 commit b5a44da

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>tailscale initramfs integration</title>
5+
</head>
6+
<body>
7+
<div>
8+
Run the <a href="https://tailscale.com">Tailscale client</a> in a Linux
9+
initrd on Debian or Ubuntu.
10+
11+
<br/><a href="https://github.com/lugoues/tailscale-initramfs">project
12+
page</a>
13+
</div>
14+
15+
<div>
16+
<pre>
17+
# Add the repository
18+
sudo mkdir -p --mode=0755 /usr/share/local/keyrings
19+
curl -fsSL https://lugoues.github.io/tailscale-initramfs/keyring.asc | sudo tee /usr/local/share/keyrings/tailscale-initramfs-keyring.asc &gt;/dev/null
20+
echo 'deb [signed-by=/usr/local/share/keyrings/tailscale-initramfs-keyring.asc] https://lugoues.github.io/tailscale-initramfs/repo stable main' | sudo tee /etc/apt/sources.list.d/tailscale-initramfs.list &gt;/dev/null
21+
22+
# Install tailscale-initramfs
23+
sudo apt-get update &amp;&amp; sudo apt-get install tailscale-initramfs</pre>
24+
</pre>
25+
</div>
26+
</body>
27+
</html>

0 commit comments

Comments
 (0)