streamline services installation process

This commit is contained in:
desolate
2026-05-29 12:11:35 +03:00
parent 26c21e0eb5
commit ac02b92b12
4 changed files with 3 additions and 39 deletions
+1 -7
View File
@@ -9,16 +9,10 @@ GROUPS_DIR="$DESOLATE_DIR/groups"
. "$HOME/.desolate/helpers.sh"
. "$PACKAGES_DIR/install.sh"
. "$SERVICES_DIR/install.sh"
. "$DOTFILES_DIR/install.sh"
. "$DESOLATE_DIR/assign-groups.sh"
. "$SERVICES_DIR/run.sh"
. "$SERVICES_DIR/install.sh"
gum style --foreground 15 "
Done!
"
if [ -f /tmp/reboot ]; then
sudo rm /tmp/reboot
sudo reboot
fi