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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user