install powershell Ubuntu 20.04

This commit is contained in:
Aleksandr Chebotov
2020-05-14 17:00:28 +03:00
parent df85366207
commit d5fe506428
3 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ add-apt-repository -y ppa:hvr/ghc
apt-get update
# Install various versions of ghc and cabal
if isUbuntu20 ; then
if isUbuntu20 ; then
apt-get install -y \
ghc-8.6.5 \
ghc-8.8.3 \