12 lines
178 B
Bash
Executable File
12 lines
178 B
Bash
Executable File
#!/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"
|