Skip to content

Commit

Permalink
Removed processor check
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Jan 10, 2023
1 parent 8728a6d commit 420d8b6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ then
echo "ERROR! This script is intended for devices with Telstra firmware. Exiting"
exit 1
fi
cat /proc/cpuinfo | grep -q 'ARMv7 Processor rev 1 (v7l)'
if [ $? -ne 0 ]
then
echo "ERROR! This script is intended for ARMv7 devices. Exiting"
exit 1
fi

# Inspired by https://gist.github.com/t413/3e616611299b22b17b08baa517d2d02c

Expand Down

0 comments on commit 420d8b6

Please sign in to comment.