Compare commits

...

2 Commits

Author SHA1 Message Date
Dmitry Belyaev ca654b51cf fix 1C ver (distr with all clients) 2023-05-08 19:43:38 +03:00
Dmitry Belyaev 78000462d9 download server with all clients 2023-05-08 19:41:32 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -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() {

View File

@ -16,7 +16,7 @@ find_1c_distr() {
}
get_1c_ver() {
basename $1 | cut -d'_' -f 2- --output-delimiter='.'| cut -d'.' -f -4
basename $1 | rg -o -e "8_3_\d{2}_\d{4}" | cut -d'_' -f -4 --output-delimiter='.'
}
get_ubuntu_ver() {