mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 17:04:22 +00:00
Extraneous semicolon
This commit is contained in:
parent
ae1630b7dd
commit
60b295a0cc
@ -1679,7 +1679,7 @@ download_select_install() {
|
|||||||
# This assumes that all standard GE builds contain the word proton in their name
|
# This assumes that all standard GE builds contain the word proton in their name
|
||||||
if [ "$download_url_type" = "github" ] && [ "$download_type" = "runner" ] && [ "$contributor_name" = "GloriousEggroll" ] &&
|
if [ "$download_url_type" = "github" ] && [ "$download_type" = "runner" ] && [ "$contributor_name" = "GloriousEggroll" ] &&
|
||||||
printf '%s' "${download_versions[i]}" | grep -qive "proton"; then
|
printf '%s' "${download_versions[i]}" | grep -qive "proton"; then
|
||||||
continue;
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get the file name minus the extension
|
# Get the file name minus the extension
|
||||||
|
Loading…
Reference in New Issue
Block a user