uncomment scripts
This commit is contained in:
@@ -11,7 +11,8 @@ trap 'trap_message' INT TERM
|
|||||||
|
|
||||||
# Script start
|
# Script start
|
||||||
log_message "Installation started"
|
log_message "Installation started"
|
||||||
print_bold_blue "\nSimple Hyprland\n"
|
print_bold_blue "\nSimple Hyprland"
|
||||||
|
echo "---------------"
|
||||||
|
|
||||||
# Check if running as root
|
# Check if running as root
|
||||||
check_root
|
check_root
|
||||||
@@ -21,10 +22,10 @@ check_os
|
|||||||
|
|
||||||
# Run child scripts
|
# Run child scripts
|
||||||
run_script "prerequisites.sh" "Prerequisites Setup"
|
run_script "prerequisites.sh" "Prerequisites Setup"
|
||||||
# run_script "hypr.sh" "Hyprland & Critical Softwares Setup"
|
run_script "hypr.sh" "Hyprland & Critical Softwares Setup"
|
||||||
# run_script "utilities.sh" "Basic Utilities & Configs"
|
run_script "utilities.sh" "Basic Utilities & Configs Setup"
|
||||||
# run_script "theming.sh" "Themes and Tools"
|
run_script "theming.sh" "Themes and Tools Setup"
|
||||||
# run_script "final.sh" "Final"
|
run_script "final.sh" "Final Setup"
|
||||||
|
|
||||||
print_bold_blue "🌟 Setup Complete\n"
|
print_bold_blue "\n🌟 Setup Complete\n"
|
||||||
log_message "Installation completed successfully"
|
log_message "Installation completed successfully"
|
||||||
|
|||||||
Reference in New Issue
Block a user