From 78000462d9348b27d67413caf0f0e72dc498a41b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 8 May 2023 19:41:32 +0300 Subject: [PATCH] download server with all clients --- download-1c.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-1c.sh b/download-1c.sh index cebd0eb..d409413 100755 --- a/download-1c.sh +++ b/download-1c.sh @@ -13,7 +13,7 @@ install_oneget() { } download_1c_distr() { - oneget get --path $1 platform:linux.x64@latest + oneget get --path $1 --filter platform=server64_with_all_clients platform:linux.full.x64@latest } find_1c_distr() {