`ujust jetbrains-toolbox` on Bazzite?
Is there a way to import this command from Bluefin?
Solution:Jump to solution
This would be a good candidate to move to the global ublue/config repo. However, you can just look at what bluefin is doing and run the scripts manually
https://github.com/ublue-os/bluefin/blob/main/just/bluefin-apps.just#L65...
GitHub
bluefin/just/bluefin-apps.just at main · ublue-os/bluefin
The next generation Linux workstation, designed for reliability, performance, and sustainability. - ublue-os/bluefin
5 Replies
Solution
This would be a good candidate to move to the global ublue/config repo. However, you can just look at what bluefin is doing and run the scripts manually
https://github.com/ublue-os/bluefin/blob/main/just/bluefin-apps.just#L65
GitHub
bluefin/just/bluefin-apps.just at main · ublue-os/bluefin
The next generation Linux workstation, designed for reliability, performance, and sustainability. - ublue-os/bluefin
Ah OK
I just ended up installing it manually
But good to know where those scripts live for future reference
Yeah, you just look for all the .just files in source control in the https://github.com/ublue-os project. That has all the automation and you can see what it's doing
Thanks!
You are welcome 🙂