Skip to content

Commit

Permalink
Revert "Updated to support Mudi v2"
Browse files Browse the repository at this point in the history
This reverts commit 02dcf37.
  • Loading branch information
Admonstrator committed Sep 20, 2024
1 parent 02dcf37 commit 611e97f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update-tailscale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 611e97f

Please sign in to comment.