Update main.sh

This commit is contained in:
ferreo 2024-10-20 20:54:31 +02:00
parent 452b9673e3
commit eb7c291f80

View File

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