From 608cc1c19f4e238cfcef4e63691174dff1bb1a7d Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:47:07 -0500 Subject: [PATCH] Update toolkit: Tailscale - Updated link in tookit for current tailscale and tailscaled ipk files. --- rcPCIe_SDXPINN_toolkit.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/rcPCIe_SDXPINN_toolkit.sh b/rcPCIe_SDXPINN_toolkit.sh index ed26c93..e335fe3 100644 --- a/rcPCIe_SDXPINN_toolkit.sh +++ b/rcPCIe_SDXPINN_toolkit.sh @@ -282,12 +282,14 @@ tailscale_menu() { install_update_tailscale() { 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.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 + curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/tailscaled_1.78.1-4_aarch64_cortex-a53.ipk + curl -O https://raw.githubusercontent.com/$GITUSER/$GITREPO/$GITTREE/opkg-feed/tailscale_1.78.1-2_aarch64_cortex-a53.ipk + opkg install tailscaled_1.78.1-4_aarch64_cortex-a53.ipk + opkg install tailscale_1.78.1-2_aarch64_cortex-a53.ipk - echo -e "\e[1;32mTailscale version 1.74.1 installed\e[0m" + echo -e "\e[1;32mTailscale version 1.78.1 installed\e[0m" + echo -e "\e[1;32mNEW! The luci-app-tailscale package is avalible in iamromulan's repo!\e[0m" + echo -e "\e[1;32mInstall from Luci Software after installing the repo.\e[0m" }