install pwsh via snap

This commit is contained in:
Mikhail Timofeev
2020-05-13 12:02:49 +03:00
parent af4f83152b
commit 47c27159f0
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
source $HELPER_SCRIPTS/document.sh
# Install Powershell
apt-get install -y powershell
snap install powershell --classic --channel=edge/useedge
# Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work"

View File

@@ -216,6 +216,7 @@
"{{template_dir}}/scripts/installers/2004/php.sh",
"{{template_dir}}/scripts/installers/pollinate.sh",
"{{template_dir}}/scripts/installers/postgresql.sh",
"{{template_dir}}/scripts/installers/powershellcore.sh",
"{{template_dir}}/scripts/installers/ruby.sh",
"{{template_dir}}/scripts/installers/rust.sh",
"{{template_dir}}/scripts/installers/julia.sh",