File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,11 @@ function havoc() {
165165 libnvidia-container1=${NVIDIA_CONTAINER_TOOLKIT_VERSION}
166166
167167 INFO " Installing Tailscale"
168- curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg > /dev/null
169- curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/jammy.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
170- apt_update
171- apt_install tailscale
168+ mkdir -p /tmp/tailscale
169+ cd /tmp/tailscale
170+ curl -fsSL https://tailscale.com/install.sh | sh
171+ cd -
172+ rm -rf /tmp/tailscale
172173
173174 if [ " $( which foxglove) " == " " ]; then
174175 deb_isntall foxglove https://get.foxglove.dev/desktop/latest/foxglove-studio-latest-linux-amd64.deb
You can’t perform that action at this time.
0 commit comments