1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

setup_dxvk: don't install by default

This commit is contained in:
aviau 2018-10-19 15:42:06 -04:00 committed by Philip Rebohle
parent ac0f8d6a64
commit 035fe3e30b
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -133,15 +133,15 @@ function createOverride {
}
case "$1" in
reset)
uninstall)
fun=removeOverride
;;
'')
install)
fun=createOverride
;;
*)
echo "Unrecognized option: $1"
echo "Usage: $0 [reset] [-q|--quiet] [-y|-n]"
echo "Usage: $0 [install|uninstall] [-q|--quiet] [-y|-n]"
exit 1
;;
esac