Make sure GUI DISPLAY is set.

This commit is contained in:
Storm Dragon
2026-06-06 14:22:07 -04:00
parent 13e3ce64fd
commit 46e3f0d084
+3
View File
@@ -41,6 +41,9 @@ checkDependencies() {
fi
}
# make sure we are in a GUI
DISPLAY="${DISPLAY:-:0}"
# Parse command line arguments
bootInstalled=false
while getopts "ih" opt; do