implement basic first install

This commit is contained in:
desolate
2026-05-13 18:30:40 +03:00
commit eebada1bc0
67 changed files with 1144 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_service "dbus"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_service "emptty"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_service "river"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_service "seatd"
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
sudo true
gum style --foreground 4 "
INSTALLING SERVICES:
"
. "$SERVICES_DIR/install-dbus.sh"
. "$SERVICES_DIR/install-emptty.sh"
. "$SERVICES_DIR/install-seatd.sh"