Update main32.sh
This commit is contained in:
parent
6c0d440150
commit
1ee8e56ebd
@ -7,10 +7,11 @@ add-apt-repository ppa:pikaos/pika
|
|||||||
add-apt-repository ppa:kubuntu-ppa/backports
|
add-apt-repository ppa:kubuntu-ppa/backports
|
||||||
apt update
|
apt update
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
tar -xf mangohud_0.6.8.orig.tar.xz -C ./
|
git clone https://github.com/flightlessmango/MangoHud -b v0.6.9-1
|
||||||
mv ./MangoHud-v0.6.8 ./mangohud
|
mv ./MangoHud ./mangohud
|
||||||
cp -rvf ./debian ./mangohud/
|
cp -rvf ./debian ./mangohud/
|
||||||
cd ./mangohud
|
cd ./mangohud
|
||||||
|
LOGNAME=root dh_make --createorig -y -l -p mangohud_0.6.9.1
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
|
ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
|
||||||
|
Loading…
Reference in New Issue
Block a user