Skip to content

Commit

Permalink
fix architecture check
Browse files Browse the repository at this point in the history
the architectures rustdesk support changed, which broke our check causing the install to fail
  • Loading branch information
Fuseteam authored and philclifford committed Sep 6, 2023
1 parent 9fb908a commit 7b6d3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-main/packages/rustdesk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 armhf"
ARCHS_SUPPORTED="amd64 armv7 aarch64"
get_github_releases "rustdesk/rustdesk" "latest"
if [ "${ACTION}" != "prettylist" ]; then
case "${HOST_ARCH}" in
Expand Down

0 comments on commit 7b6d3b5

Please # to comment.