Fix typo (wrong cd directory)

This commit is contained in:
ItsDrike 2023-08-01 14:14:46 +02:00
parent 16546e3f34
commit 6273223007

View file

@ -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