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