diff --git a/lug-helper.sh b/lug-helper.sh index 7d861a9..59e032c 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -152,7 +152,11 @@ else fi # Lutris install script -install_script="$helper_dir/lug-lutris-install.json" +if [ -f "/usr/share/lug-helper/lug-lutris-install.json" ]; then + install_script="/usr/share/lug-helper/lug-lutris-install.json" +else + install_script="$helper_dir/lug-lutris-install.json" +fi # Github repo and script version info repo="starcitizen-lug/lug-helper"