mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 13:14:35 +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
|
mkdir -p ~/.local/src
|
||||||
git clone --recursive https://github.com/hyprwm/Hyprland ~/.local/src/Hyprland
|
git clone --recursive https://github.com/hyprwm/Hyprland ~/.local/src/Hyprland
|
||||||
pushd ~/.local/src
|
pushd ~/.local/src
|
||||||
|
git checkout "$(git rev-list --tags --max-count=1)" # check out the last tag (latest stable release)
|
||||||
sudo make install
|
sudo make install
|
||||||
popd
|
popd
|
||||||
sudo yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
|
sudo yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper
|
||||||
|
|
Loading…
Reference in a new issue