Compare commits

..

No commits in common. "8e28327e0f2e72973390b10e3c279d73c856bf2a" and "809efb6a5437eb4f3dbffa7c6c4507d80b50280c" have entirely different histories.

View File

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