mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated hyprlock.sh specific version
This commit is contained in:
parent
18ac07bad5
commit
ea72a8424e
@ -39,7 +39,7 @@ fi
|
||||
|
||||
# Clone and build hyprlock
|
||||
printf "${NOTE} Installing hyprlock...\n"
|
||||
if git clone --recursive -b v0.1.8 https://github.com/hyprwm/hyprlock.git; then
|
||||
if git clone --recursive -b v0.3.0 https://github.com/hyprwm/hyprlock.git; then
|
||||
cd hyprlock || exit 1
|
||||
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build
|
||||
cmake --build ./build --config Release --target hyprlock -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user