Private
Public Access
1
0

Fix: Change shebang to #!/bin/sh for Alpine compatibility

This commit is contained in:
2026-04-13 21:20:31 +00:00
parent ed05364bbf
commit 4037c49712

2
build-alpine.sh Executable file → Normal file
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Build Alpine Package (.apk)
# Run on: Alpine Linux 3.18+
# Or in Docker: docker run -v $(pwd):/build alpine:latest /build/build-alpine.sh