Update main.sh

This commit is contained in:
ferreo 2024-11-09 17:08:12 +01:00
parent 3eab628e59
commit 4ce289e4c0

View File

@ -2,14 +2,14 @@
set -e
VERSION="0.44.1git10"
VERSION="0.45.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