fix: use bash for bitbox build script (#2556)
cyan committed
Oct 2, 2025 at 11:44 UTC
2120d014755fdc34c3468bb846f7002c1d5bca79
1 file changed
+3
-1
scripts/build_bitbox_flutter.sh
+3
-1
@@ -1,6 +1,8 @@
1
+#!/bin/bash
2
+
3
git clone https://github.com/konstantinullrich/bitbox_flutter
4
cd bitbox_flutter
3
-./build_bindings.sh --dont-install
5
+bash ./build_bindings.sh --dont-install
6
7
FILE=api.aar
8
if [ -f "$FILE" ]; then