mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Fix typo (wrong cd directory)
This commit is contained in:
parent
16546e3f34
commit
6273223007
|
@ -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…
Reference in a new issue