mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 07:10:56 -08:00
fix: shell scripts (#7186)
* fix: bash scripts * pr feedback * wrong variable * ci: add shellcheck workflow * fix: missing scripts
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
cd .isar
|
||||
#!/usr/bin/env sh
|
||||
|
||||
cd .isar || exit
|
||||
bash tool/build_android.sh x86
|
||||
bash tool/build_android.sh x64
|
||||
bash tool/build_android.sh armv7
|
||||
|
||||
Reference in New Issue
Block a user