From c42183da5e942a066099ab522bb9fdac2748629c Mon Sep 17 00:00:00 2001 From: ferreo Date: Sat, 14 Sep 2024 21:09:43 +0200 Subject: [PATCH] Update main.sh --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 4d9a9a7..73cd829 100755 --- a/main.sh +++ b/main.sh @@ -6,10 +6,10 @@ set -e echo "$PIKA_BUILD_ARCH" > pika-build-arch -VERSION="0.7.2" +VERSION="0.7.2-git1" # Clone Upstream -git clone https://github.com/flightlessmango/MangoHud mangohud -b v"$VERSION" +git clone https://github.com/flightlessmango/MangoHud mangohud cp -rvf ./debian ./mangohud/ cd ./mangohud # Get build deps