4 lines
139 B
Bash
Executable file
4 lines
139 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Set GTK2 Qt plugin for Calamares. This fixes styling issues with dark Qt theme
|
|
QT_QPA_PLATFORMTHEME=gtk2 sudo -E calamares -d
|