mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-10-31 15:20:13 +00:00
Let tar follow symlinks and no need for ldconfig
This commit is contained in:
parent
a37874926e
commit
e4340ed099
@ -2,8 +2,7 @@ install() {
|
||||
rm -rf "$HOME/.local/share/MangoHud/"
|
||||
rm -f "$HOME/.local/share/vulkan/implicit_layer.d/"{mangohud32.json,mangohud64.json}
|
||||
[ "$UID" -eq 0 ] || exec sudo bash "$0" install
|
||||
tar -C / -xvf MangoHud-package.tar
|
||||
ldconfig
|
||||
tar -C / -xvhf MangoHud-package.tar
|
||||
echo "MangoHud Installed"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user