From c247c0fbab8f81c7345304ae6b458b2054aa6b49 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 1 Aug 2023 14:19:20 +0200 Subject: [PATCH] Don't fail if hyprland-dwindlw-autogroup exists --- install_gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_gui.sh b/install_gui.sh index 680775f..7c73c15 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -105,7 +105,7 @@ yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup # Hyprland dwindle-autogroup plugin -git clone --recursive https://github.com/ItsDrike/hyprland-dwindle-autogroup ~/.local/src/hyprland-dwindle-autogroup +git clone --recursive https://github.com/ItsDrike/hyprland-dwindle-autogroup ~/.local/src/hyprland-dwindle-autogroup || true # don't fail if exists pushd ~/.local/src/hyprland-dwindle-autogroup make install popd