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