mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-07 22:03:10 +00:00
Instead of having to use a restrictive command-line in a ".desktop" file, we are now able to use scripting to create more advanced launchers, or if someone wants to easily switch yafti to something else.
5 lines
148 B
Bash
Executable File
5 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Simply launches the "yafti" GUI with the uBlue image's configuration.
|
|
/usr/bin/yafti /usr/share/ublue-os/firstboot/yafti.yml
|