From 5e5d72f15ec5643dd0d4dff602d96b4a4bdc5115 Mon Sep 17 00:00:00 2001 From: Gaurav Bankar Date: Wed, 7 Aug 2024 09:02:24 +0530 Subject: [PATCH] uncomment scripts --- scripts/install.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0fe4c7d..f695d50 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -11,7 +11,8 @@ trap 'trap_message' INT TERM # Script start log_message "Installation started" -print_bold_blue "\nSimple Hyprland\n" +print_bold_blue "\nSimple Hyprland" +echo "---------------" # Check if running as root check_root @@ -21,10 +22,10 @@ check_os # Run child scripts run_script "prerequisites.sh" "Prerequisites Setup" -# run_script "hypr.sh" "Hyprland & Critical Softwares Setup" -# run_script "utilities.sh" "Basic Utilities & Configs" -# run_script "theming.sh" "Themes and Tools" -# run_script "final.sh" "Final" +run_script "hypr.sh" "Hyprland & Critical Softwares Setup" +run_script "utilities.sh" "Basic Utilities & Configs Setup" +run_script "theming.sh" "Themes and Tools Setup" +run_script "final.sh" "Final Setup" -print_bold_blue "🌟 Setup Complete\n" +print_bold_blue "\n🌟 Setup Complete\n" log_message "Installation completed successfully"