add basic first time installation
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo true
|
||||
|
||||
gum style --foreground 4 "
|
||||
RUNNING SERVICES:
|
||||
"
|
||||
|
||||
. "$SERVICES_DIR/run-dbus.sh"
|
||||
. "$SERVICES_DIR/run-emptty.sh"
|
||||
. "$SERVICES_DIR/run-seatd.sh"
|
||||
Reference in New Issue
Block a user