Skip to content

Commit

Permalink
Correct qemu-aarch64 wrapper
Browse files Browse the repository at this point in the history
Fixes #20 #21
  • Loading branch information
petergeneric authored Jan 22, 2022
1 parent 7f5f149 commit 64abfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ N.B. If you have files from a (discontinued, unsupported) x86 Protect installati
sudo tee /usr/bin/ubnt_ubvinfo <<EOF
#!/bin/sh
export QEMU_LD_PREFIX=/usr/aarch64-linux-gnu
exec qemu-aarch64 /usr/bin/arm-ubnt_ubvinfo $*
exec qemu-aarch64 /usr/bin/arm-ubnt_ubvinfo "\$@"
EOF
chmod +x /usr/bin/ubnt_ubvinfo
```
Expand Down

0 comments on commit 64abfd3

Please sign in to comment.