mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-14 04:07:18 +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
|
libinput libliftoff libdisplay-info cpio
|
||||||
mkdir -p ~/.local/src
|
mkdir -p ~/.local/src
|
||||||
git clone --recursive https://github.com/hyprwm/Hyprland ~/.local/src/Hyprland || true # don't fail if exists
|
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)
|
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
|
||||||
|
|
Loading…
Reference in a new issue