Skip to content

Commit 316d378

Browse files
committed
Use OEM tailscale install script
1 parent 8cdad12 commit 316d378

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scripts/main.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)