Cleanup of line 28 (tar xf MangoHud-package.tar) (#156)

This would cleanup the extraction of MangoHud-package.tar
Line 28:     [ "$UID" -eq 0 ] || tar xf MangoHud-package.tar
pull/367/head
RickAndTired 4 years ago committed by GitHub
parent 6a86f8f420
commit b163fa6a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,6 +68,8 @@ mangohud_install() {
#ln -sv lib /usr/lib/mangohud/aarch64-linux-gnu
#ln -sv lib /usr/lib/mangohud/arm-linux-gnueabihf
rm -rf ./usr
echo "MangoHud Installed"
}

Loading…
Cancel
Save