From e2ae926dbc7c0d75983d19ab7b339796f00469e6 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 1 Aug 2023 14:19:35 +0200 Subject: [PATCH] Add tood on potential git pull --- install_gui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_gui.sh b/install_gui.sh index 7c73c15..b20170d 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -98,6 +98,7 @@ yay -S --noconfirm --needed \ mkdir -p ~/.local/src git clone --recursive https://github.com/hyprwm/Hyprland ~/.local/src/Hyprland || true # don't fail if exists pushd ~/.local/src/Hyprland +# TODO: Consider git pull here, in case the clone fell through and hyprland was already installed git checkout "$(git rev-list --tags --max-count=1)" # check out the last tag (latest stable release) sudo make install popd