Update main.sh

This commit is contained in:
ferreo 2024-12-16 15:53:53 +01:00
parent e05bd171b9
commit 08a4cd5e26

View File

@ -6,10 +6,10 @@ set -e
echo "$PIKA_BUILD_ARCH" > pika-build-arch
VERSION="0.7.1-git"
VERSION="0.7.3"
# Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/hyprpaper
git clone --recurse-submodules https://github.com/hyprwm/hyprpaper -b v"$VERSION"
cp -rvf ./debian ./hyprpaper/
cd ./hyprpaper