streamline services installation process
This commit is contained in:
+1
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user