Skip to content

Commit

Permalink
Fix install script (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliabieri authored Sep 11, 2023
1 parent cac9ba7 commit b12ca7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "2.0.1"
version = "2.0.2"
edition = "2021"
readme = "README.md"
repository = "https://github.com/eliabieri/wg_display"
Expand Down
2 changes: 1 addition & 1 deletion install_on_raspberry.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def get_release_name() -> str:
machine = platform.machine()
if 'aarch64' in machine:
return "aarch64-unknown-linux-gnu"
return "wg-display-aarch64-unknown-linux-gnu"
print(f'Unsupported architecture: {machine}. Only 64-bit capable Raspberry Pi\'s are supported for now.')
sys.exit(1)

Expand Down

0 comments on commit b12ca7b

Please sign in to comment.