mirror of
https://github.com/AsteroidOS/asteroid.git
synced 2026-07-30 08:35:44 -04:00
9be7778353cef02bf99cb17d9809a9a6ccb690cf
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.
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.
Languages
Shell
93.1%
Dockerfile
6.9%