From 366edf2016af717416b5ee2aa3cbc2bcbee3a100 Mon Sep 17 00:00:00 2001 From: ferreo Date: Tue, 29 Oct 2024 19:07:33 +0100 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index f91d47b..8178966 100755 --- a/main.sh +++ b/main.sh @@ -6,10 +6,10 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="0.5.0" +VERSION="0.5.0-git" # Clone Upstream -git clone --recurse-submodules https://github.com/hyprwm/hyprlock -b v"$VERSION" +git clone --recurse-submodules https://github.com/hyprwm/hyprlock cp -rvf ./debian ./hyprlock/ cd ./hyprlock