Update main.sh

This commit is contained in:
ferreo 2025-01-27 14:15:15 +01:00
parent 24a437c5f5
commit 6db7f1fc39

View File

@ -2,14 +2,14 @@
set -e
VERSION="0.46.2git"
VERSION="0.47.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 v0.47.0
cp -rvf ./debian ./hyprland/
cd ./hyprland