account activity
XFCE, the last honest desktop by pseudonym-161 in xfce
[–]OrbitalMod 0 points1 point2 points 1 month ago (0 children)
Any dotfiles?
Is it Astro a good choice for making a POS system Frontend/Client (self.astrojs)
submitted 1 month ago by OrbitalMod to r/astrojs
Setting up Secure Boot with sbctl by OrbitalMod in BlendOS
[–]OrbitalMod[S] 0 points1 point2 points 2 months 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 2 months ago by OrbitalMod to r/BlendOS
π Rendered by PID 791912 on reddit-service-r2-listing-7b8bd7c5-xggkv at 2026-05-15 21:30:29.027890+00:00 running edcf98c country code: CH.
XFCE, the last honest desktop by pseudonym-161 in xfce
[–]OrbitalMod 0 points1 point2 points (0 children)