Find a file
2024-11-11 10:48:05 -06:00
akshara tmp: add benchmarking for package building and installation 2024-11-11 10:48:05 -06:00
akshara-system-update.service feat: SaaS, system update as a service 2024-02-09 21:00:03 +05:30
akshara.hook add /opt 2024-10-09 09:39:45 -05:00
akshara.install chore: delete blend user on update 2024-02-14 13:17:03 +05:30
akshara.service Add akshara service 2023-05-07 20:48:07 +05:30
README.md Update README.md 2024-08-28 00:41:45 +00:00
system.yaml.sample feat: implement pulling tracks from repos, add a sample /system.yaml 2023-11-20 12:25:24 +05:30

akshara

A simple system builder and immutability layer.

Development

To test a modified copy of akshara, run the following on a working blendOS install:

umount -l /usr && sudo mv ./akshara /usr/bin/akshara && sudo chmod +x /usr/bin/akshara

Replace ./akshara with wherever your modified copy of akshara is.

ANY CHANGES TO /usr/bin/akshara WILL BE REVERTED AFTER EVERY UPDATE!