* add installation aws session manager for linux
* move logic to one file
* change order
* removed unnecessary exit
* move echo line
* add plugin word
Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
* Fix getting version of aliyun cli.
It has a version sub command, and --version is used to specify product api version,
not to get version of aliyun cli.
* Change title of aliyun-cli
* mysql update to version 8
* changed package number and install dev tools
* added latest version parser
* removed sed for whitespaces - changed to grep.
* removed unnessacary cut from script.
* removed unnesscary grep.
* added definition for ubuntus.
* root password section moved from if
Co-authored-by: Dariy.Nurgaleev <d.nurgaleev@trueengineering.ru>
* switched provisioners to install Boost from GitHub releases on Ubuntu
* removed DocumentInstalledItem from boost.sh
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
* added windows installation script for postgresql
* removed if from Start-PostreSQL
* added script to packar template.
* changed postgresql.sh for ubuntu.
* postgresql stop and disalbe services.
* change name of the functions
* Stop postgreSQL after validation instead of start.
* added validation and re-work installation prcoedur
* remove redundunt code from psql
* correct intendation
* path to Path
* added PostgreSQL validation procedure.
* Removed useless last line.
* redundunt parameter passed in function call.
* removed repeated part of code.
* removed Stop function since it was useless.
* spaces
* spaces =
* Update Windows2019-Azure.json
* resolve confictls
* added validate and install postgresql
* added password to choco install and variables.
* add new system variables.
* added --params flag
* added correct quotas
* added logging for PostgreSQL install
Co-authored-by: Dariy.Nurgaleev <d.nurgaleev@trueengineering.ru>
Since .NET Core 3.1.300, there is a new environment variable named `DOTNET_NOLOGO` that specifies whether .NET Core welcome and telemetry messages are displayed on first run.
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet
* Zeit Now has been replaced to Zeit Vercel
* Checking the [now] command has been added
* zeit-now -> zeit-vercel
* zeit--Now has been renamed to zeit-vercel in Ubuntu temlates
* Remove deprecated versions
* add regexp for the latest versions
* refactor some checks
* change cabal version
* change version retrieval to awk
* minor comments improvment