Update main.sh

This commit is contained in:
ferreo 2024-10-06 15:30:58 +02:00
parent 1b6035dcdb
commit 55118c6713

View File

@ -2,14 +2,14 @@
set -e
VERSION="0.43.0-git4"
VERSION="0.44.0"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprland
git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v"$VERSION"
cp -rvf ./debian ./hyprland/
cd ./hyprland