mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-25 20:54:34 +00:00
Checkout latest stable release of hyprland
This commit is contained in:
parent
7801977c2e
commit
4c19890318
|
@ -97,6 +97,7 @@ yay -S --noconfirm --needed \
|
|||
mkdir -p ~/.local/src
|
||||
git clone --recursive https://github.com/hyprwm/Hyprland ~/.local/src/Hyprland
|
||||
pushd ~/.local/src
|
||||
git checkout "$(git rev-list --tags --max-count=1)" # check out the last tag (latest stable release)
|
||||
sudo make install
|
||||
popd
|
||||
sudo yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
|
||||
|
|
Loading…
Reference in a new issue