From 185a7d2db721084d6c69f705261ecd63eeb31ad7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 28 Feb 2025 00:59:29 +0900 Subject: [PATCH] updated --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 59e0eec..f9c3fe3 100755 --- a/install.sh +++ b/install.sh @@ -377,6 +377,7 @@ for option in "${options[@]}"; do thunar) echo "Installing Thunar file manager..." execute_script "thunar.sh" + execute_script "thunar_default.sh" ;; sddm_theme) echo "Downloading & Installing Additional SDDM theme..." @@ -390,6 +391,10 @@ for option in "${options[@]}"; do echo "Adding Pokemon color scripts to terminal..." execute_script "zsh_pokemon.sh" ;; + rog) + echo "Installing ROG packages..." + execute_script "rog.sh" + ;; dots) echo "Installing pre-configured Hyprland dotfiles..." execute_script "dotfiles-main.sh"