Update main.sh

This commit is contained in:
ferreo 2024-10-29 19:07:33 +01:00
parent 598ceae4dc
commit 366edf2016

View File

@ -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