Skip to content

Commit

Permalink
Update .install
Browse files Browse the repository at this point in the history
  • Loading branch information
offici5l authored Sep 28, 2024
1 parent f8806df commit c441769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .install
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if [ "$arch" = "aarch64" ]; then
arch="aarch64"
elif [ "$arch" = "armv7l" ]; then
arch="arm"
elif [ "$arch" = "armv8l" ]; then
arch="arm"
else
echo -e "\nArchitecture $arch not supported\n"
exit 1
Expand Down

0 comments on commit c441769

Please sign in to comment.