From de10159131ae42424600238c084db9d7846b584b Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 23 Apr 2025 09:59:55 +0200 Subject: [PATCH] Update setup/install.sh --- setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install.sh b/setup/install.sh index a81269e..213b624 100644 --- a/setup/install.sh +++ b/setup/install.sh @@ -5,7 +5,6 @@ bash ~/Dotfiles/setup/modules/package-managers.sh bash ~/Dotfiles/setup/modules/hyprland-packages.sh bash ~/Dotfiles/setup/modules/core.sh -bash ~/Dotfiles/setup/modules/shell.sh bash ~/Dotfiles/setup/modules/zfs.sh read -n1 -p "what DE to install? [hyprland,sway,none]" doit @@ -16,3 +15,4 @@ case $doit in *) echo "please choose a desktop enviroment to install" ;; esac +bash ~/Dotfiles/setup/modules/shell.sh \ No newline at end of file