username-generic 9be7778353 chore: improve shebang portability
Since bash is not part of the POSIX specification, but /usr/bin/env is,
the package managers of some Linux distributions (such as NixOS) put
bash in a location other than /bin but do still have it in the path.
For this reason, calling env in this way improves portability and allows
the code to work unmodified on such distributions while continuing to
work on others.
2026-06-22 12:13:40 -04:00
2015-06-04 22:40:53 +02:00
2022-01-29 10:07:25 +01:00

AsteroidOS build system

AsteroidOS is a free and open-source smartwatch platform based on OpenEmbedded, libhybris and Qt5.

You can fully build a flashable image from source with the following commands, but be careful it will take several hours:

. ./prepare-build.sh <your machine id, e.g., dory>
bitbake asteroid-image

For more information report to the documentation.

Stay tuned about the project on Matrix and Twitter.

Report any problem on the project's issues tracker.

Description
No description provided
Readme GPL-2.0 288 KiB
Languages
Shell 93.1%
Dockerfile 6.9%