mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-24 04:09:03 +00:00
Fix typo (wrong cd directory)
This commit is contained in:
parent
16546e3f34
commit
6273223007
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue