Update main.sh

This commit is contained in:
ferreo 2025-02-02 13:34:35 +01:00
parent 19c5de0ee3
commit 887c184507

View File

@ -2,15 +2,15 @@
set -e
VERSION="0.47.1"
VERSION="0.47.2"
source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream
#git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v0.47.0
git clone --recurse-submodules https://github.com/hyprwm/hyprland
git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v0.47.2
#git clone --recurse-submodules https://github.com/hyprwm/hyprland
cp -rvf ./debian ./hyprland/
cd ./hyprland