Skip to content

Commit

Permalink
chore: fix is_speederpad
Browse files Browse the repository at this point in the history
  • Loading branch information
mryel00 committed Nov 11, 2023
1 parent c1dcf70 commit 361dfaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/libs/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ is_ubuntu_arm() {
}

is_speederpad() {
if [[ "$(is_ubuntu_arm)" = "1" ]] &&
[[ "$(uname -rm)" = "4.9.191 aarch64" ]] &&
if [[ "$(uname -rm)" = "4.9.191 aarch64" ]] &&
grep -q "Ubuntu 20.04." /etc/os-release; then
echo "1"
else
Expand Down

0 comments on commit 361dfaa

Please sign in to comment.