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
|