From 6273223007698b722fd4f1b15d6a31ac4f3d0e2b Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 1 Aug 2023 14:14:46 +0200 Subject: [PATCH] Fix typo (wrong cd directory) --- install_gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_gui.sh b/install_gui.sh index 908b3ca..8ae0d9d 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -97,7 +97,7 @@ yay -S --noconfirm --needed \ libinput libliftoff libdisplay-info cpio mkdir -p ~/.local/src git clone --recursive https://github.com/hyprwm/Hyprland ~/.local/src/Hyprland || true # don't fail if exists -pushd ~/.local/src +pushd ~/.local/src/Hyprland git checkout "$(git rev-list --tags --max-count=1)" # check out the last tag (latest stable release) sudo make install popd