diff options
Diffstat (limited to 'apps/installer/includes/functions.sh')
| -rw-r--r-- | apps/installer/includes/functions.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/installer/includes/functions.sh b/apps/installer/includes/functions.sh index 9dbe2652c1..3c9b2edba2 100644 --- a/apps/installer/includes/functions.sh +++ b/apps/installer/includes/functions.sh @@ -155,7 +155,7 @@ function inst_simple_restarter { function inst_download_client_data { # change the following version when needed - local VERSION=v16 + local VERSION=v18.0 echo "#######################" echo "Client data downloader" @@ -183,3 +183,5 @@ function inst_download_client_data { && echo "Remove downloaded file" && rm "$zipPath" \ && echo "INSTALLED_VERSION=$VERSION" > "$dataVersionFile" } + + |
