From 1ee8e56ebd98a5d2d6ca5ce06c3f0e94b52ae080 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sun, 18 Jun 2023 17:46:29 +0300 Subject: [PATCH] Update main32.sh --- main32.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main32.sh b/main32.sh index d47c72c..58b7947 100755 --- a/main32.sh +++ b/main32.sh @@ -7,10 +7,11 @@ add-apt-repository ppa:pikaos/pika add-apt-repository ppa:kubuntu-ppa/backports apt update # Clone Upstream -tar -xf mangohud_0.6.8.orig.tar.xz -C ./ -mv ./MangoHud-v0.6.8 ./mangohud +git clone https://github.com/flightlessmango/MangoHud -b v0.6.9-1 +mv ./MangoHud ./mangohud cp -rvf ./debian ./mangohud/ cd ./mangohud +LOGNAME=root dh_make --createorig -y -l -p mangohud_0.6.9.1 # Get build deps ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime