diff --git a/update-tailscale.sh b/update-tailscale.sh index 4f54e6f..eb45c5c 100644 --- a/update-tailscale.sh +++ b/update-tailscale.sh @@ -10,7 +10,7 @@ # Author: Admon # Contributor: lwbt # Date: 2024-01-24 -SCRIPT_VERSION="2024.09.20.01" +SCRIPT_VERSION="2024.07.09.03" SCRIPT_NAME="update-tailscale.sh" UPDATE_URL="https://raw.githubusercontent.com/Admonstrator/glinet-tailscale-updater/main/update-tailscale.sh" TAILSCALE_TINY_URL="https://github.com/Admonstrator/glinet-tailscale-updater/releases/latest/download/" @@ -73,7 +73,7 @@ preflight_check() { elif [ "$ARCH" = "mips" ]; then # Check for GL.iNet GL-MT1300 as it uses mipsle MODEL=$(grep 'machine' /proc/cpuinfo | awk -F ': ' '{print $2}') - if [ "$MODEL" = "GL.iNet GL-MT1300" ] || [ "$MODEL" = "GL.iNet GL-E750" ]; then + if [ "$MODEL" = "GL.iNet GL-MT1300" ]; then TINY_ARCH="mipsle" log "SUCCESS" "Architecture: mipsle" else