mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
adjusted for the new update
This commit is contained in:
parent
a6bede33cd
commit
4858de286b
@ -17,6 +17,7 @@ LOG="install-$(date +%d-%H%M%S)_hyprland.log"
|
|||||||
printf "${NOTE} Cloning Hyprland...\n"
|
printf "${NOTE} Cloning Hyprland...\n"
|
||||||
if git clone --recursive https://github.com/hyprwm/Hyprland 2>&1 | tee -a "$LOG"; then
|
if git clone --recursive https://github.com/hyprwm/Hyprland 2>&1 | tee -a "$LOG"; then
|
||||||
cd Hyprland || exit 1
|
cd Hyprland || exit 1
|
||||||
|
make all 2>&1 | tee -a "$LOG"
|
||||||
if sudo make install 2>&1 | tee -a "$LOG"; then
|
if sudo make install 2>&1 | tee -a "$LOG"; then
|
||||||
printf "${OK} Hyprland installed successfully.\n"
|
printf "${OK} Hyprland installed successfully.\n"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user