mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 11:52:07 +08:00
8f8a9931ca
old-commit-hash: a3dde4e7fe
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
|
|
exec ./_ui
|
|
|