diff --git a/install-scripts/01-pre-cleanup.sh b/install-scripts/01-pre-cleanup.sh index 5f7a7f0..3ede9bb 100644 --- a/install-scripts/01-pre-cleanup.sh +++ b/install-scripts/01-pre-cleanup.sh @@ -12,6 +12,7 @@ PACKAGES=( hyprland Hyprland pypr + waybar ) ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## diff --git a/install.sh b/install.sh index 90f6d47..ac37dbc 100755 --- a/install.sh +++ b/install.sh @@ -154,6 +154,9 @@ chmod +x install-scripts/* sudo apt update +# execute pre clean up +execute_script "01-pre-cleanup.sh" + # Install hyprland packages execute_script "00-dependencies.sh" execute_script "00-hypr-pkgs.sh"