From dcbb99f5bd3af2d78d73573779bee80bffbfcffe Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Sun, 12 Jan 2025 20:46:36 -0500 Subject: [PATCH] Update toolkit to current tailscale version --- rcPCIe_SDXPINN_toolkit.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rcPCIe_SDXPINN_toolkit.sh b/rcPCIe_SDXPINN_toolkit.sh index 95b4da1..ed26c93 100644 --- a/rcPCIe_SDXPINN_toolkit.sh +++ b/rcPCIe_SDXPINN_toolkit.sh @@ -280,12 +280,12 @@ tailscale_menu() { # Function to install, update, or remove Tailscale install_update_tailscale() { - echo -e "\e[1;31mInstalling Tailscale 1.74.1...\e[0m" + echo -e "\e[1;31mInstalling Tailscale 1.78.1...\e[0m" cd /tmp - curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/tailscaled_1.74.1-1_aarch64_cortex-a53.ipk - curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/tailscale_1.74.1-1_aarch64_cortex-a53.ipk - opkg install tailscaled_1.74.1-1_aarch64_cortex-a53.ipk - opkg install tailscale_1.74.1-1_aarch64_cortex-a53.ipk + curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/tailscaled_1.78.1-1_aarch64_cortex-a53.ipk + curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/tailscale_1.78.1-1_aarch64_cortex-a53.ipk + opkg install tailscaled_1.78.1-1_aarch64_cortex-a53.ipk + opkg install tailscale_1.78.1-1_aarch64_cortex-a53.ipk echo -e "\e[1;32mTailscale version 1.74.1 installed\e[0m" }