2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-07-31 18:19:44 +00:00

Hook gui in genesis build if detected

This commit is contained in:
Jarrod Johnson
2025-04-03 14:30:25 -04:00
parent 5f7a5b18bf
commit 9980414160
+3 -1
View File
@@ -6,7 +6,9 @@ check() {
}
install() {
. $moddir/install-base
#. $moddir/install-gui
if [ -x /usr/bin/sway ]; then
. $moddir/install-gui
fi
if [ -d /usr/lib64/python3.13/ ]; then
. $moddir/install-python313