Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 42c1e72

Browse files
committed
make qemu-arm executable
1 parent 3332a6d commit 42c1e72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ main() {
1818

1919
mkdir -p ~/.local/bin
2020
curl -L https://github.com/japaric/qemu-bin/raw/master/14.04/qemu-arm-2.12.0 > ~/.local/bin/qemu-arm
21+
chmod +x ~/.local/bin/qemu-arm
22+
qemu-arm --version
2123
}
2224

2325
main

0 commit comments

Comments
 (0)