2 Commits

View File

@ -151,8 +151,13 @@ else
lug_logo="info" lug_logo="info"
fi fi
# Lutris install script # Use Lutris install script installed by a packaged version of this script if available
# Otherwise, default to the json in the same directory
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" install_script="$helper_dir/lug-lutris-install.json"
fi
# Github repo and script version info # Github repo and script version info
repo="starcitizen-lug/lug-helper" repo="starcitizen-lug/lug-helper"