implement basic first install
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_service "dbus"
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_service "emptty"
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_service "river"
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
install_service "seatd"
|
||||
Executable
+11
@@ -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"
|
||||
Reference in New Issue
Block a user