Files
land/services/install.sh
T
2026-05-13 18:30:40 +03:00

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"