mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-14 23:40:35 +00:00
Compare commits
2 Commits
809efb6a54
...
8e28327e0f
Author | SHA1 | Date | |
---|---|---|---|
|
8e28327e0f | ||
|
156a0884d4 |
@ -151,8 +151,13 @@ else
|
||||
lug_logo="info"
|
||||
fi
|
||||
|
||||
# Lutris install script
|
||||
install_script="$helper_dir/lug-lutris-install.json"
|
||||
# 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
|
||||
|
||||
# Github repo and script version info
|
||||
repo="starcitizen-lug/lug-helper"
|
||||
|
Loading…
x
Reference in New Issue
Block a user