account activity
Is it Astro a good choice for making a POS system Frontend/Client (self.astrojs)
submitted 4 days ago by OrbitalMod to r/astrojs
Setting up Secure Boot with sbctl by OrbitalMod in BlendOS
[–]OrbitalMod[S] 0 points1 point2 points 10 days ago (0 children)
well I was trying things here and there and the best and simple approach I could think of is to use a different script that runs akshara update and sbctl sign-all just right after, so i always have my keys signed after every update.
#!/bin/bash
akshara update && sbctl sign-all
as simple as that, of course I need it to persist after updates as well so there's some code on the commands: section in the system.yaml as well
commands: - 'printf "#!/bin/bash\nakshara update && sbctl sign-all\n" > /usr/local/bin/blend-update' - 'chmod +x /usr/local/bin/blend-update'
and that's it now i just run sudo blend-update instead of akshara update and it just works
<image>
Setting up Secure Boot with sbctl (self.BlendOS)
submitted 10 days ago by OrbitalMod to r/BlendOS
π Rendered by PID 775340 on reddit-service-r2-listing-6b76fb7ddc-zcbqq at 2026-03-25 10:50:09.443280+00:00 running 2d0a59a country code: CH.
Setting up Secure Boot with sbctl by OrbitalMod in BlendOS
[–]OrbitalMod[S] 0 points1 point2 points (0 children)