Skip to content

Commit

Permalink
Update tailscale.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored May 2, 2023
1 parent 83b6e46 commit 692244d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/tailscale.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"!curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/bionic.gpg | sudo apt-key add -\n",
"!curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/bionic.list | sudo tee /etc/apt/sources.list.d/tailscale.list\n",
"!sudo apt-get update\n",
"!sudo apt-get install tailscale\n",
"!sudo apt-get install -y tailscale\n",
"!rm -rf /tmp/tailscaled\n",
"!mkdir -p /tmp/tailscaled\n",
"!chown irc.irc /tmp/tailscaled\n",
Expand Down

0 comments on commit 692244d

Please sign in to comment.