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"