Let tar follow symlinks and no need for ldconfig

This commit is contained in:
jackun 2020-03-15 02:10:34 +02:00
parent a37874926e
commit e4340ed099

View File

@ -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"
}