mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated hyprland to v0.34
This commit is contained in:
parent
39db98014b
commit
446b4bad2d
@ -53,6 +53,7 @@ dependencies=(
|
|||||||
libsystemd-dev
|
libsystemd-dev
|
||||||
libtiff-dev
|
libtiff-dev
|
||||||
libtiffxx6
|
libtiffxx6
|
||||||
|
libtomlplusplus-dev
|
||||||
libudev-dev
|
libudev-dev
|
||||||
libvkfft-dev
|
libvkfft-dev
|
||||||
libvulkan-dev
|
libvulkan-dev
|
||||||
|
|||||||
@ -25,7 +25,7 @@ if [ -d "Hyprland" ]; then
|
|||||||
rm -rf "Hyprland" 2>&1 | tee -a "$LOG"
|
rm -rf "Hyprland" 2>&1 | tee -a "$LOG"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if git clone --recursive -b v0.32.3 "https://github.com/hyprwm/Hyprland"; then
|
if git clone --recursive -b v0.34.0 "https://github.com/hyprwm/Hyprland"; then
|
||||||
cd "Hyprland" || exit 1
|
cd "Hyprland" || exit 1
|
||||||
make all
|
make all
|
||||||
if sudo make install 2>&1 | tee -a "$MLOG"; then
|
if sudo make install 2>&1 | tee -a "$MLOG"; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user