diff --git a/lug-helper.sh b/lug-helper.sh index 4a12d1b..3164afe 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -159,13 +159,13 @@ else install_script="$helper_dir/lug-lutris-install.json" fi +# LUG Wiki +lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki" + # Github repo and script version info repo="starcitizen-lug/lug-helper" releases_url="https://github.com/$repo/releases" -current_version="v1.14" - -# LUG Wiki -lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki" +current_version="v1.15" ############################################################################ ############################################################################