Compare commits

..

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

View File

@ -151,13 +151,8 @@ else
lug_logo="info"
fi
# 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"
fi
# Lutris install script
install_script="$helper_dir/lug-lutris-install.json"
# Github repo and script version info
repo="starcitizen-lug/lug-helper"